From: Joey Hess Date: Mon, 26 Mar 2012 15:01:16 +0000 (-0400) Subject: meta: Export author information in html tag. Closes: #664779 Thanks, Martin... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/4250d389d3ebf3821ac3bdafc04d24ed0e2a6a64 meta: Export author information in html tag. Closes: #664779 Thanks, Martin Michlmayr --- diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm index 220fff9dc..9b7b9854f 100644 --- a/IkiWiki/Plugin/meta.pm +++ b/IkiWiki/Plugin/meta.pm @@ -275,6 +275,11 @@ sub preprocess (@) { push @{$metaheaders{$page}}, ''; } + elsif ($key eq 'author') { + push @{$metaheaders{$page}}, ''; + } elsif ($key eq 'description') { push @{$metaheaders{$page}}, '