From: joey Date: Sat, 31 Mar 2007 06:58:11 +0000 (+0000) Subject: improve X-Git-Tag: 1.49~132 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=056cb71ffb34230f0b545a15d4c21b39c1708e48;p=ikiwiki.git improve --- diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 71bf8a47a..a3adaf93e 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -1,9 +1,11 @@ -[[if test="enabled(template)" - then="This wiki has templates **enabled**." - else="This wiki has templates **disabled**."]] +[[if test="enabled(template)" then=""" +This wiki has templates **enabled**. These templates are available for inclusion onto other pages in this wiki: [[inline pages="templates/* and !*/discussion" feeds=no archive=yes sort=title template=titlepage]] +""" +else="This wiki has templates **disabled**." +]]