summaryrefslogtreecommitdiff
path: root/templates/titlepage.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-22 09:58:11 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-22 09:58:11 +0300
commit14f1a7b51beaf8ce8d0cc2d9f84b30c43a2a588c (patch)
treec424c6459eb335c1f7beddb0e46adbdb5ebf6b9c /templates/titlepage.tmpl
parent579c664e0dfd59de1a909fee1abc84cb9b237b46 (diff)
downloadvmadm.liw.fi-14f1a7b51beaf8ce8d0cc2d9f84b30c43a2a588c.tar.gz
chore: add ikiwiki styling
Diffstat (limited to 'templates/titlepage.tmpl')
-rw-r--r--templates/titlepage.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/titlepage.tmpl b/templates/titlepage.tmpl
new file mode 100644
index 0000000..6326bab
--- /dev/null
+++ b/templates/titlepage.tmpl
@@ -0,0 +1,7 @@
+<p>
+<TMPL_IF PERMALINK>
+<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
+<TMPL_ELSE>
+<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
+</TMPL_IF>
+</p>