From: joey Date: Tue, 8 May 2007 20:01:46 +0000 (+0000) Subject: web commit by JoshTriplett: Fix page reference in backlink to avoid leading slash. X-Git-Tag: 2.1~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f8fe627315f2d4eb29924606ade6bbee14914a14;p=ikiwiki.git web commit by JoshTriplett: Fix page reference in backlink to avoid leading slash. --- diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn index e4b4f6692..f198b07f2 100644 --- a/doc/templates/plugin.mdwn +++ b/doc/templates/plugin.mdwn @@ -3,7 +3,7 @@ Plugin:
Author:
Included in ikiwiki: [[if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]
Enabled by default: yesno
-Included in [[/plugins/goodstuff]]: [[if test="backlink(/plugins/goodstuff) and /plugins/ and !sourcepage(/plugins/contrib/*)" then="""yes""" else="""no"""]]
+Included in [[/plugins/goodstuff]]: [[if test="backlink(plugins/goodstuff) and /plugins/ and !sourcepage(/plugins/contrib/*)" then="""yes""" else="""no"""]]
Currently enabled: [[if test="enabled()" then="yes" else="no"]]
[[if test="sourcepage(plugins/contrib/*)" then="""[[meta title=" (third party plugin)"]]"""]]