Skip to content

Commit 416f021

Browse files
committed
tags test
1 parent 3986f9b commit 416f021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/post.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h1>{{ page.title }}</h1>
2424

2525
<div class="entry">
2626
<p id="post-meta">
27-
{{post.tags}}
28-
{% if post.tags.size > 0 %}
29-
{% for post_tag in post.tags %}
27+
{{page.tags}}
28+
{% if page.tags.size > 0 %}
29+
{% for post_tag in page.tags %}
3030
{{post_tag}}
3131
{% endfor %}
3232
{% endif %}

0 commit comments

Comments
 (0)