[dev-random] meta keywords is now working
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% block headers %}
|
||||
{{ super() }}
|
||||
<meta name="author" content="{{ article.author }}" />
|
||||
<meta name="keywords" content="{{ articles.tags|join(' ')}}" />
|
||||
<meta name="keywords" content="{{ article.tags|join(', ') }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}{{ article.title }} — {{ super() }}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user