diff options
-rw-r--r-- | data/trivium.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | template/all.ht | 1 | ||||
-rw-r--r-- | template/front.ht | 1 | ||||
-rw-r--r-- | template/monthly.ht | 1 | ||||
-rw-r--r-- | template/single.ht | 1 |
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 |