]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/questions.html
Jira OSQA-528, display the tag name in the meta description on the tag view, extendin...
[osqa.git] / forum / skins / default / templates / questions.html
index d3166703642fd2df8a4109b4b8f3f339c48039e4..6b9e0a394873104747cb36128f162134ad95dacc 100644 (file)
@@ -7,8 +7,14 @@
 \r
 {% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %}\r
 \r
-{% block forejs %}\r
-    <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ feed_url }}">\r
+{% block metadescription %}{% spaceless %}\r
+    {% if tag %}\r
+        {% blocktrans with settings.APP_TITLE as app_title %}Questions and answers about {{ tag }} on {{ app_title }}{% endblocktrans %}\r
+    {% endif %}\r
+{% endspaceless %}{% endblock %}\r
+\r
+{% block meta %}\r
+    <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ feed_url }}" />\r
 {% endblock %}\r
 \r
 {% block content %}\r