diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-08 21:40:06 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-08 21:40:06 -0400 |
commit | bf55a7fbb1f27ca815ac1e2ee04867686851a134 (patch) | |
tree | 408ba9245b19061c99dabe4c05deeb3f1c3b0ed0 /doc/ikiwiki | |
parent | bf0534c6891a4a2c1cf8bf562ef275ed4cd3548d (diff) |
meta: Add openid delegate parameter to allow delegating only openid or openid2.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive/meta.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/meta.mdwn b/doc/ikiwiki/directive/meta.mdwn index f29a118bf..7a7b0fa19 100644 --- a/doc/ikiwiki/directive/meta.mdwn +++ b/doc/ikiwiki/directive/meta.mdwn @@ -78,6 +78,9 @@ Supported fields: server="http://www.myopenid.com/server" xrds-location="http://www.myopenid.com/xrds?username=joeyh.myopenid.com""]] + By default this will delegate for both `openid` and `openid2`. To only + delegate for one, add a parameter such as `delegate=openid`. + * link Specifies a link to another page. This can be used as a way to make the |