Refs #1028. Now iterating over tags

This commit is contained in:
Alex Stephen 2013-08-24 23:36:07 -04:00
commit 8d41d6ba24

View file

@ -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 %}