From 6d0c347997f8858351536bfe2229505c31619940 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 24 Oct 2008 19:07:26 +0200 Subject: Add favicon Thanks, eTM. --- data/trivium.ico | Bin 0 -> 1406 bytes template/all.ht | 1 + template/front.ht | 1 + template/monthly.ht | 1 + template/single.ht | 1 + 5 files changed, 4 insertions(+) create mode 100644 data/trivium.ico diff --git a/data/trivium.ico b/data/trivium.ico new file mode 100644 index 0000000..f26154e Binary files /dev/null and b/data/trivium.ico differ diff --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 @@ Trivium: grammar, logic, rhetoric + 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 @@ Trivium + 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 @@ Trivium: ${self[:month]} + $ if 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 @@ Trivium: ${self[:title]} + $ if self[:prev_by_date] $ end -- cgit 1.4.1