diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-08 20:24:43 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-08 20:24:43 -0500 |
commit | 8f13e52a0d9458470753d8fde13e1e19bb872384 (patch) | |
tree | 27e52ba58e2482a3cf9f0ede1369cadf23986706 /doc/templates | |
parent | 2af6a32aba4a7f96f63b3dfc176e1d4b40488a34 (diff) |
Revert "Added use of tag directive so I can play with tags in the sandbox."
This reverts commit b9e7064f70980b58b1bae754bee7fe3eff5fc84d.
Er, no, I don't want a broken tag link on every plugin page, really.
Diffstat (limited to 'doc/templates')
-rw-r--r-- | doc/templates/plugin.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn index d62c87924..c1d1974d6 100644 --- a/doc/templates/plugin.mdwn +++ b/doc/templates/plugin.mdwn @@ -6,7 +6,6 @@ Enabled by default: <TMPL_IF core>yes<TMPL_ELSE>no</TMPL_IF><br /> Included in [[/plugins/goodstuff]]: [[!if test="backlink(plugins/goodstuff)" all=no then="""yes""" else="""no"""]]<br /> Currently enabled: [[!if test="enabled(<TMPL_VAR name>)" then="yes" else="no"]]<br /> </span> -[[!tag plugin <TMPL_VAR name>]] [[!if test="sourcepage(plugins/contrib/*)" then="""[[!meta title="<TMPL_VAR name> (third party plugin)"]]"""]] <TMPL_IF core>[[!tag plugins/type/core]]</TMPL_IF> <TMPL_UNLESS NAME="name"> |