forked from github/pelican-alchemy
Hide footer tags link if no tags exist
Hide meta description if DESCRIPTION is undefined Minor improvements
This commit is contained in:
parent
d7b535dc95
commit
bfb5895c63
6 changed files with 14 additions and 7 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% if DESCRIPTION %}
|
||||
<meta name="description" content="{{ DESCRIPTION|striptags }}">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
|
|
|
|||
Reference in a new issue