summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/base.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 22:22:24 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 23:42:59 +0100
commitdd53800c87c6431cc90026fcc751cfc29d5138c0 (patch)
tree2de44a8d6d4600af43c92d0a49b8994e3f51742e /themes/lv2/templates/base.html
parentc1e60677cea69dcc354eedec091e64c71fa3bbf3 (diff)
downloadlv2site-dd53800c87c6431cc90026fcc751cfc29d5138c0.tar.xz
Update site logo
Diffstat (limited to 'themes/lv2/templates/base.html')
-rw-r--r--themes/lv2/templates/base.html1
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 %}