From 8d669d2263bdcfb870a0f734de9fe7c76e2ec266 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 17 Sep 2008 16:31:21 +0200 Subject: Initial import of Trivium --- template/single.ht | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 template/single.ht (limited to 'template/single.ht') diff --git a/template/single.ht b/template/single.ht new file mode 100644 index 0000000..3c21fa0 --- /dev/null +++ b/template/single.ht @@ -0,0 +1,51 @@ + + + + + Trivium: ${self[:title]} +$ if self[:prev_by_date] + +$ end +$ if self[:next_by_date] + +$ end + + + + + +
+

Trivium

+ + +$ if l=Entry[self[:prev_by_date]] + +$ end + +$ if l=Entry[self[:next_by_date]] + +$ end + + +
+

+ + + ${self[:title]} + + +

+ +
+$:{format self} +
+
+ +
+Copyright © 2008 +
+ +
+ + + -- cgit 1.4.1