minor fixes

This commit is contained in:
Pete 2016-07-27 18:20:28 -05:00
parent 2e3077ed5f
commit 0eb18422ee
3 changed files with 1 additions and 4 deletions

View file

@ -31,7 +31,7 @@ subtitle: This is where I will tell my friends way too much about me
Tags:
{% if site.link-tags %}
{% for tag in post.tags %}
<a href="/tag/{{ tag }}">{{ tag }}</a>
<a href="{{ site.baseurl }}/tag/{{ tag }}">{{ tag }}</a>
{% endfor %}
{% else %}
{{ post.tags | join: ", " }}