feat: tags
This commit is contained in:
parent
414d9cfaa3
commit
d56d217b24
2 changed files with 23 additions and 1 deletions
templates
|
@ -15,6 +15,14 @@
|
|||
{{ art.summary }}
|
||||
</div>
|
||||
<a href="{{ SITEURL }}/{{ art.url }}" class="continue">Continuer à lire</a>
|
||||
{% if art.tags is not none %}
|
||||
<hr />
|
||||
<div class="tags">
|
||||
{% for tag in art.tags %}
|
||||
<a href="">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{%- endmacro %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue