mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Update theme settings FAVICONS -> NEW_FAVICONS, META_DESCRIPTION -> DESCRIPTION
FAVICONS -> NEW_FAVICONS to imply the different favicon setup META_DESCRIPTION -> DESCRIPTION semantics
This commit is contained in:
parent
1e89cd6389
commit
32bd56b917
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<meta name="description" content="{{ META_DESCRIPTION|striptags }}">
|
||||
<meta name="description" content="{{ DESCRIPTION|striptags }}">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue