summaryrefslogtreecommitdiff
path: root/titlepage.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 /titlepage.tmpl
parent5967d73895eaf2410c48b886e3cf2778f678fd62 (diff)
parent5df058b2b3dc6e565ad3b3604263f487ef65f2af (diff)
Merge branch 'master' into master-noneditmaster-nonedit
Conflicts (manually resolved): page.tmpl
Diffstat (limited to 'titlepage.tmpl')
-rw-r--r--titlepage.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/titlepage.tmpl b/titlepage.tmpl
index f5cd5bc..6326bab 100644
--- a/titlepage.tmpl
+++ b/titlepage.tmpl
@@ -1 +1,7 @@
-<p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></p>
+<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>