Fixed some issues with tags in the page title
diff --git a/templates/base.html b/templates/base.html
index 94d4231..ce2b4d3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,9 +32,7 @@
   <meta name="keywords" content="
     {%- if GLOBAL_KEYWORDS -%}
       {{ GLOBAL_KEYWORDS|join(', ') }}
-      {%- if tags -%}
-        {{', '}}
-      {%- endif -%}
+      {%- if tags -%}{{', '}}{%- endif -%}
     {%- endif -%}
     {{tags|join(', ', attribute='0') }}">
   {% endblock %}