From 4250d389d3ebf3821ac3bdafc04d24ed0e2a6a64 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Mar 2012 11:01:16 -0400 Subject: [PATCH 1/1] meta: Export author information in html tag. Closes: #664779 Thanks, Martin Michlmayr --- IkiWiki/Plugin/meta.pm | 5 +++++ debian/changelog | 2 ++ 2 files changed, 7 insertions(+) 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}}, '