diff options
Diffstat (limited to 'sleepmap-theme')
-rw-r--r-- | sleepmap-theme/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleepmap-theme/templates/base.html b/sleepmap-theme/templates/base.html index b35057e..85ed884 100644 --- a/sleepmap-theme/templates/base.html +++ b/sleepmap-theme/templates/base.html @@ -8,6 +8,7 @@ {% if FEED_RSS %} <link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> {% endif %} + <link rel="icon" type="image/ico" href="{{ SITEURL }}/icons/sleepmap.ico"> </head> <body id="index" class="home"> |