diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-11-04 18:38:46 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2019-11-04 18:38:46 +0100 |
commit | a3819564d43d718ea511ae3de1265a80fb4165fb (patch) | |
tree | 380ef6f876ab5ec1b27de3c5fae0744767e40b98 | |
parent | 9c1b912768a18988f2a82808c652357aaacc1282 (diff) |
Remove again meta lables
-rwxr-xr-x | .ikiwiki/IkiWiki/Plugin/pandoc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ikiwiki/IkiWiki/Plugin/pandoc.pm b/.ikiwiki/IkiWiki/Plugin/pandoc.pm index 9f3e0c2..6fb4ffe 100755 --- a/.ikiwiki/IkiWiki/Plugin/pandoc.pm +++ b/.ikiwiki/IkiWiki/Plugin/pandoc.pm @@ -566,7 +566,7 @@ sub htmlize ($@) { my %scalar_meta = map { ($_=>undef) } qw( title date bibliography csl subtitle abstract summary description version lang locale - titlesort tag tags + titlesort tag ); $scalar_meta{$_.'_template'} = undef for @format_keys; |