fixing some typos
This commit is contained in:
parent
3bc386a95a
commit
381f3e110f
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue