diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/lv2/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index 00f066d..943fef7 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -4,6 +4,7 @@ {% block head %} <title>{% block title %}{{ SITENAME }}{%endblock%}</title> <meta charset="utf-8" /> + <link rel="shortcut icon" type="image/png" href="{{ SITEURL }}/images/favicon.png" /> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> <link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" /> {% if FEED_RSS %} |