fix keywords
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user