This commit is contained in:
Pete 2016-07-27 15:19:16 -05:00
parent c09fefc22a
commit b90c1c8de9
8 changed files with 125 additions and 3 deletions

View file

@ -8,6 +8,14 @@ layout: base
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<article role="main" class="blog-post">
{% if page.tags.size > 0 %}
<div class="blog-tags">
Tags:
{% for tag in page.tags %}
<a class="tag_list_link" href="/tag/{{ tag }}">{{ tag }}</a>
{% endfor %}
</div>
{% endif %}
{{ content }}
</article>