fix keywords

This commit is contained in:
Danny Berger
2014-04-25 10:00:47 -07:00
parent 456530a62c
commit 885fb1f6b3
21 changed files with 21 additions and 21 deletions

View File

@@ -20,7 +20,7 @@
{% endif %}
{% if page.tags %}
<meta name="keywords" content="{{ page.tags|join(' ') }}" />
<meta name="keywords" content="{{ page.tags|join:', ' }}" />
{% endif %}
<meta name="viewport" content="width=756" />