summary refs log tree commit diff
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
parent470f77ec15fb8e08bb9831f481797ba161705a20 (diff)
downloadtrivium-6d0c347997f8858351536bfe2229505c31619940.tar.gz
trivium-6d0c347997f8858351536bfe2229505c31619940.tar.xz
trivium-6d0c347997f8858351536bfe2229505c31619940.zip
Add favicon
Thanks, eTM.
-rw-r--r--data/trivium.icobin0 -> 1406 bytes
-rw-r--r--template/all.ht1
-rw-r--r--template/front.ht1
-rw-r--r--template/monthly.ht1
-rw-r--r--template/single.ht1
5 files changed, 4 insertions, 0 deletions
diff --git a/data/trivium.ico b/data/trivium.ico
new file mode 100644
index 0000000..f26154e
--- /dev/null
+++ b/data/trivium.ico
Binary files differdiff --git a/template/all.ht b/template/all.ht
index 39d91cb..7ca4caf 100644
--- a/template/all.ht
+++ b/template/all.ht
@@ -3,6 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Trivium: grammar, logic, rhetoric</title>
+    <link rel="icon" href="trivium.ico">
     <link rel="stylesheet" href="style.css">
   </head>
   <body>
diff --git a/template/front.ht b/template/front.ht
index f53535f..a8f2dbb 100644
--- a/template/front.ht
+++ b/template/front.ht
@@ -3,6 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Trivium</title>
+    <link rel="icon" href="trivium.ico">
     <link rel="stylesheet" href="style.css">
     <link rel="alternate" type="application/atom+xml" title="Atom" href="http://chneukirchen.org/trivium/index.atom">
     <link rel="up" href="http://chneukirchen.org/">
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
diff --git a/template/single.ht b/template/single.ht
index fb7873d..f314832 100644
--- a/template/single.ht
+++ b/template/single.ht
@@ -3,6 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Trivium: ${self[:title]}</title>
+    <link rel="icon" href="trivium.ico">
 $ if self[:prev_by_date]
     <link rel="prev" href="${self[:prev_by_date]}">
 $ end