diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-27 03:35:28 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-27 03:35:28 +0000 |
commit | 800b888b53623aeb28a45b1c57dff272889c9aef (patch) | |
tree | 7d1fb7bf0a1e524df36574ba9acfaf8df6c9d46a /doc | |
parent | 991aea84464676954c344e42da182bbb79339f0e (diff) | |
download | ikiwiki-800b888b53623aeb28a45b1c57dff272889c9aef.tar ikiwiki-800b888b53623aeb28a45b1c57dff272889c9aef.tar.gz |
remove two uses of note templates, since a) templates are not enabled by
default and b) the note template is not in the basewiki
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blog.mdwn | 6 | ||||
-rw-r--r-- | doc/openid.mdwn | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/doc/blog.mdwn b/doc/blog.mdwn index d05c98679..8462fbc16 100644 --- a/doc/blog.mdwn +++ b/doc/blog.mdwn @@ -1,9 +1,3 @@ -[[template id=note text=""" -[[if test="enabled(inline)" - then="This wiki has the inline plugin **enabled**." - else="This wiki has the inline plugin **disabled**."]] -"""]] - [[if test="enabled(inline)" then="You can" else="If this wiki had the inline plugin enabled, you could"]] diff --git a/doc/openid.mdwn b/doc/openid.mdwn index bd29f5770..092fe245c 100644 --- a/doc/openid.mdwn +++ b/doc/openid.mdwn @@ -1,11 +1,5 @@ [[meta title="OpenID"]] -[[template id=note text=""" -[[if test="enabled(openid)" - then="This wiki has OpenID **enabled**." - else="This wiki has OpenID **disabled**."]] -"""]] - [OpenID](http://openid.net) is a decentralized authentication mechanism that allows you to have one login that you can use on a growing number of websites. |