summaryrefslogtreecommitdiff
path: root/archivepage.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:39:15 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:39:15 +0200
commitaee01ea5efd522f85979c87065b9de7a9c19d698 (patch)
treef5f6644561903abd336761ed71fe24623fe2a5b2 /archivepage.tmpl
parent5967d73895eaf2410c48b886e3cf2778f678fd62 (diff)
parent5df058b2b3dc6e565ad3b3604263f487ef65f2af (diff)
Merge branch 'master' into master-noneditmaster-nonedit
Conflicts (manually resolved): page.tmpl
Diffstat (limited to 'archivepage.tmpl')
-rw-r--r--archivepage.tmpl14
1 files changed, 13 insertions, 1 deletions
diff --git a/archivepage.tmpl b/archivepage.tmpl
index 6bc789d..93bdd9c 100644
--- a/archivepage.tmpl
+++ b/archivepage.tmpl
@@ -1,7 +1,19 @@
<p>
+<TMPL_IF PERMALINK>
+<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a><br />
+<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
+</TMPL_IF>
<i>
Posted <TMPL_VAR CTIME>
+<TMPL_IF AUTHOR>
+by <span class="author">
+<TMPL_IF AUTHORURL>
+<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
+<TMPL_ELSE>
+<TMPL_VAR AUTHOR>
+</TMPL_IF>
+</span>
+</TMPL_IF>
</i>
-
</p>