From f9c20b4a00027b0e34e7f88069ce6c7e21eb8b37 Mon Sep 17 00:00:00 2001 From: m-r-r Date: Sun, 3 Jun 2012 12:44:42 +0200 Subject: [dev-random] meta keywords is now working --- dev-random/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-random/templates/article.html b/dev-random/templates/article.html index 4bd02f5..827698f 100644 --- a/dev-random/templates/article.html +++ b/dev-random/templates/article.html @@ -4,7 +4,7 @@ {% block headers %} {{ super() }} - + {% endblock %} {% block title %}{{ article.title }} — {{ super() }}{% endblock %} -- cgit