[dev-random] meta keywords is now working

This commit is contained in:
m-r-r
2012-06-03 12:44:42 +02:00
parent a77b2490db
commit f9c20b4a00

View File

@@ -4,7 +4,7 @@
{% block headers %}
{{ super() }}
<meta name="author" content="{{ article.author }}" />
<meta name="keywords" content="{{ articles.tags|join(' ')}}" />
<meta name="keywords" content="{{ article.tags|join(', ') }}" />
{% endblock %}
{% block title %}{{ article.title }} — {{ super() }}{% endblock %}