]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/base_content.html
Fixes OSQA 272, APP_KEYWORDS should be meta keywords. Added the keywords and descript...
[osqa.git] / forum / skins / default / templates / base_content.html
index d1d3bd9c170d85a566b6359b2cc5cf4cd1cc1967..3e9c19f765d6e73ed7d0da5e0a01ff8a47927fb4 100644 (file)
@@ -5,6 +5,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>{% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %}</title>
+        <meta name="description" content="{{ settings.APP_DESCRIPTION }}">
+        <meta name="keywords" content="{{ settings.APP_KEYWORDS }}">
         {% block meta %}{% endblock %}
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         {% if settings.GOOGLE_SITEMAP_CODE %}