fixing some typos

This commit is contained in:
Holger Reinhardt 2016-01-04 23:10:51 +01:00
parent 3bc386a95a
commit 381f3e110f
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ layout: default
{% endif %}
{% if post.tags.size > 0 %}
{% capture tags_content %} with tags: {% endcapture %}
{% capture tags_content %} with tags {% endcapture %}
{% for post_tag in post.tags %}
{% for data_tag in site.data.tags %}
{% if data_tag.slug == post_tag %}