summaryrefslogtreecommitdiff
path: root/archivepage.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 22:22:54 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 22:22:54 +0200
commit3e2f923e92cf5757631a0ed28223a68d38e71f6f (patch)
tree723c12c504f7735eb8c364b5efd2e91e011dbee4 /archivepage.tmpl
parentb3ee98e93598c5805c2eb75a44a0cba13e2b77b7 (diff)
parent5df058b2b3dc6e565ad3b3604263f487ef65f2af (diff)
Merge branch 'master' into scs
Conflicts (manually resolved): misc.tmpl 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>