summaryrefslogtreecommitdiffstats
path: root/askbot/templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-22 01:34:12 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-22 01:34:12 -0400
commit697ea4fc2e363f064ff012ebf382a3c7a69db3f7 (patch)
tree49272154c471a9be667610cf12a72f2b6d5630ce /askbot/templates
parent2b3d3d91e30715b44db2220216c8ee4f6a3ab6d6 (diff)
downloadaskbot-697ea4fc2e363f064ff012ebf382a3c7a69db3f7.tar.gz
askbot-697ea4fc2e363f064ff012ebf382a3c7a69db3f7.tar.bz2
askbot-697ea4fc2e363f064ff012ebf382a3c7a69db3f7.zip
minor change to base.html
Diffstat (limited to 'askbot/templates')
-rw-r--r--askbot/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/templates/base.html b/askbot/templates/base.html
index 80230b26..9f943c22 100644
--- a/askbot/templates/base.html
+++ b/askbot/templates/base.html
@@ -12,7 +12,9 @@
<meta name="google-site-verification" content="{{settings.GOOGLE_SITEMAP_CODE}}" />
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
+ {% if settings.SITE_FAVICON %}
<link rel="shortcut icon" href="{{ settings.SITE_FAVICON|media }}" />
+ {% endif %}
<link
rel="alternate"
type="application/rss+xml"