summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-10-01 15:23:56 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-10-01 15:23:56 +0200
commitbfb3b1ad6577b13887736d90f43a11ec4723d81e (patch)
tree53a8e427007d67c49a8c24fbb89ef132aea7197d
parent83afeae4d726fe1a9337623e4aafcb2c8eff1432 (diff)
downloadtrivium-bfb3b1ad6577b13887736d90f43a11ec4723d81e.tar.gz
trivium-bfb3b1ad6577b13887736d90f43a11ec4723d81e.tar.xz
trivium-bfb3b1ad6577b13887736d90f43a11ec4723d81e.zip
Add front page link to feed
-rw-r--r--template/front.ht1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/front.ht b/template/front.ht
index 862aecc..d78977c 100644
--- a/template/front.ht
+++ b/template/front.ht
@@ -13,6 +13,7 @@
 
 <small class="top nav">
 <a href="intro">Intro</a>
+<a href="index.atom">Subscribe</a>
 $ if self[:entries].last[:prev_by_month]
 <a class="prev" href="${self[:entries].last[:prev_by_month]}">&#xab; Previously</a>
 $ end