diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 15:51:00 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 15:51:00 -0500 |
commit | 4fa17df57de29e2b91c552c1b012f3f198dfaa2f (patch) | |
tree | c978335f92d40591afd6e5cf0a349f280f6ce95b /doc | |
parent | 20cdadba32dfd0280a3d17aef7136c0490ccb3d7 (diff) | |
download | ikiwiki-4fa17df57de29e2b91c552c1b012f3f198dfaa2f.tar ikiwiki-4fa17df57de29e2b91c552c1b012f3f198dfaa2f.tar.gz |
meta: Generate meta description tags even when the html scrubber is enabled.
Unlike generic meta foo tags, meta description is known to be safe, so can
be special cased to be allowed despite the html scrubber. This makes meta
description much more useful, since it is otherwise limited to being used
by other plugins like map.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/meta.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki/directive/meta.mdwn b/doc/ikiwiki/directive/meta.mdwn index 000f461c9..557441c0b 100644 --- a/doc/ikiwiki/directive/meta.mdwn +++ b/doc/ikiwiki/directive/meta.mdwn @@ -43,8 +43,8 @@ Supported fields: * description - Specifies a "description" of the page. You could use this to provide - a summary, for example, to be picked up by the [[map]] directive. + Specifies a short description for the page. This will be put in + the html header, and can also be displayed by eg, the [[map]] directive. * permalink |