aboutsummaryrefslogtreecommitdiff
path: root/templates/archivepage.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-10 18:02:03 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-10 18:02:03 -0400
commit98ae0fb92ccfcc877eadd0a941beaa9c462d6cd1 (patch)
tree9302de0f1c1280266fd08f701a20cc6b4d4860eb /templates/archivepage.tmpl
parent808cba50d2c907d70578a0f1b66a2cadfacaecd8 (diff)
downloadikiwiki-98ae0fb92ccfcc877eadd0a941beaa9c462d6cd1.tar
ikiwiki-98ae0fb92ccfcc877eadd0a941beaa9c462d6cd1.tar.gz
Add missing permalink support to archivepage and titlepage templates.
Diffstat (limited to 'templates/archivepage.tmpl')
-rw-r--r--templates/archivepage.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/archivepage.tmpl b/templates/archivepage.tmpl
index 6bc789dfb..63f716544 100644
--- a/templates/archivepage.tmpl
+++ b/templates/archivepage.tmpl
@@ -1,5 +1,9 @@
<p>
+<TMPL_IF NAME="PERMALINK">
+<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
+<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
+</TMPL_IF>
<i>
Posted <TMPL_VAR CTIME>
</i>