forked from github/pelican
remove article.keywords from simple theme
We don't process 'keywords' metadata specially, so it never gets processed into a list. This prevents issues like #1733.
This commit is contained in:
parent
f16ae07d78
commit
b0d41f081b
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% for keyword in article.keywords %}
|
||||
<meta name="keywords" content="{{keyword}}" />
|
||||
{% endfor %}
|
||||
|
||||
{% if article.description %}
|
||||
<meta name="description" content="{{article.description}}" />
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue