This commit is contained in:
Torrance 2013-10-09 18:33:43 -07:00
commit 94a9341de9

View file

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block head %}
{{ super() }}
{% for keyword in article.keywords %}
<meta name="keywords" contents="{{keyword}}" />
{% endfor %}