summaryrefslogtreecommitdiff
path: root/backend/ikistrap/templates/archivepage.tmpl
diff options
context:
space:
mode:
authorKarl Semich <0xloem@gmail.com>2016-08-27 04:31:52 -0400
committerKarl Semich <0xloem@gmail.com>2016-08-27 04:31:52 -0400
commit6945074c2c496a89665f559d431cf22602199937 (patch)
treedd76fa29e557aaaaf11a40d5595a22a996533f41 /backend/ikistrap/templates/archivepage.tmpl
parent227d6118cf72cf9333ac2488b76633f346e59425 (diff)
downloadstandingwithresilience-6945074c2c496a89665f559d431cf22602199937.tar.gz
standingwithresilience-6945074c2c496a89665f559d431cf22602199937.zip
Added ikistrap template
Diffstat (limited to 'backend/ikistrap/templates/archivepage.tmpl')
-rw-r--r--backend/ikistrap/templates/archivepage.tmpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/archivepage.tmpl b/backend/ikistrap/templates/archivepage.tmpl
new file mode 100644
index 0000000..f829904
--- /dev/null
+++ b/backend/ikistrap/templates/archivepage.tmpl
@@ -0,0 +1,20 @@
+<div class="archivepage">
+ <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>
+ <span class="archivepagedate">
+ 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>
+ </span>
+</div>