Update theme settings FAVICONS -> NEW_FAVICONS, META_DESCRIPTION -> DESCRIPTION

FAVICONS -> NEW_FAVICONS to imply the different favicon setup
META_DESCRIPTION -> DESCRIPTION semantics
main
Raymond Wanyoike 2016-11-12 11:29:19 +03:00
parent 1e89cd6389
commit 32bd56b917
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<link rel="alternate" type="application/rss+xml" href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" title="Tags RSS Feed">
{% endif %}
{% if FAVICONS %}
{% if NEW_FAVICONS %}
<link rel="apple-touch-icon" href="{{ SITEURL }}/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="{{ SITEURL }}/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{ SITEURL }}/favicon-16x16.png" sizes="16x16">

View File

@ -2,7 +2,7 @@
{% block head %}
{{ super() }}
<meta name="description" content="{{ META_DESCRIPTION|striptags }}">
<meta name="description" content="{{ DESCRIPTION|striptags }}">
{% endblock %}
{% block title %}