Skip to content

Commit

Permalink
radicalbarracuda#35: Use baseurl helper to link to a tag's page
Browse files Browse the repository at this point in the history
  • Loading branch information
pamo committed Apr 16, 2017
1 parent 037a1e9 commit a624dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% if page.tags %}
<div class="tags">
{% for tag in page.tags %}
<a href='/tag/{{tag}}'>#{{tag}}</a>
<a href='{{ site.baseurl }}/tag/{{tag}}'>#{{tag}}</a>
{% endfor %}
</div>
{% endif %}
Expand Down

0 comments on commit a624dfd

Please sign in to comment.