We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab88f5 commit e16f1f4Copy full SHA for e16f1f4
_layouts/post.html
@@ -24,6 +24,7 @@ <h1>{{ page.title }}</h1>
24
25
<div class="entry">
26
<p id="post-meta">
27
+ {{post.tags}}
28
{% if post.tags.size > 0 %}
29
{% for post_tag in post.tags %}
30
{{post_tag}}
0 commit comments