diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-25 20:18:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-25 20:18:02 -0400 |
commit | dd9d117894952efb23c8b444ae27672571d6548a (patch) | |
tree | f582830102f1195b9eda2a47cc85a518ada6b832 /debian | |
parent | 80903dff493738bc66fd14b7f7ec52174af7311c (diff) |
meta: Allow syntax closer to html meta to be used.
The idea here is that <meta name="foo" description="bar">
can be written like [[!meta name="foo" description="bar">.
Of course, [[!meta foo=bar]] is still supported; this new feature
provides some DWIM when trying to directly convert a meta tag into
a meta directive.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b6a783787..167d02c6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ikiwiki (3.20100723) UNRELEASED; urgency=low translated languages can be controlled. (intrigeri) * git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks jrayhawk) + * meta: Allow syntax closer to html meta to be used. -- Joey Hess <joeyh@debian.org> Fri, 23 Jul 2010 14:00:32 -0400 |