From: joey Date: Tue, 8 May 2007 20:11:51 +0000 (+0000) Subject: web commit by JoshTriplett: Remove leading slash from the plugin pagespec itself... X-Git-Tag: 2.1~71 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2;p=ikiwiki.git web commit by JoshTriplett: Remove leading slash from the plugin pagespec itself... --- diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn index 1aa405222..7238a0bbb 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)"]]"""]]