mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Refs #1028. Now iterating over tags
This commit is contained in:
parent
2826c1a558
commit
8d41d6ba24
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
{% for description in article.description %}
|
||||
<meta name="description" contents="{{description}}">
|
||||
{% endfor %}
|
||||
|
||||
{% for tag in article.tags %}
|
||||
<meta name="tags" contents="{{tag}}"
|
||||
{% endfor %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue