mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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" %}
|
{% extends "base.html" %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{% for keyword in article.keywords %}
|
|
||||||
<meta name="keywords" content="{{keyword}}" />
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% if article.description %}
|
{% if article.description %}
|
||||||
<meta name="description" content="{{article.description}}" />
|
<meta name="description" content="{{article.description}}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue