commit | 86b8086350daa30157d1f1c835a0ecb8d1ac73c9 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Sep 25 02:41:07 2014 -0400 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Thu Sep 25 03:07:06 2014 -0400 |
tree | bba0a612d36d9e5184521972328fa2677556c908 | |
parent | 277fab8c3c1aa0d3a488e6d60ceff5fe756d0796 [diff] [blame] |
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 %}