mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-11 10:32:42 +00:00
Add categories to article info
This commit is contained in:
parent
daae80b3b6
commit
ce34c6784c
@ -11,6 +11,13 @@ metadata:
|
|||||||
{% if updated %}
|
{% if updated %}
|
||||||
• Updated on {{ updated | niceDate }}</p>
|
• Updated on {{ updated | niceDate }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if categories %}
|
||||||
|
<p>Categories:
|
||||||
|
{% for cat in categories %}
|
||||||
|
<a href="/categories/{{ cat | slugify }}">{{ cat }}</a>{% if not loop.last %}, {% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
<p>{{ content | emojiReadTime }}</p>
|
<p>{{ content | emojiReadTime }}</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user