summary refs log tree commit diff
path: root/template/monthly.ht
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-10-24 19:07:26 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-10-24 19:07:26 +0200
commit6d0c347997f8858351536bfe2229505c31619940 (patch)
treee426ee6377de839b41b8bb911a09c1be937d97f3 /template/monthly.ht
parent470f77ec15fb8e08bb9831f481797ba161705a20 (diff)
downloadtrivium-6d0c347997f8858351536bfe2229505c31619940.tar.gz
trivium-6d0c347997f8858351536bfe2229505c31619940.tar.xz
trivium-6d0c347997f8858351536bfe2229505c31619940.zip
Add favicon
Thanks, eTM.
Diffstat (limited to 'template/monthly.ht')
-rw-r--r--template/monthly.ht1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/monthly.ht b/template/monthly.ht
index b353f68..420ca1b 100644
--- a/template/monthly.ht
+++ b/template/monthly.ht
@@ -3,6 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Trivium: ${self[:month]}</title>
+    <link rel="icon" href="trivium.ico">
 $ if self[:entries].first[:prev_by_month]
     <link rel="prev" href="${self[:entries].first[:prev_by_month]}">
 $ end