diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-11-04 18:38:46 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2020-01-06 13:31:44 +0100 |
commit | c19735a4347bf291542f2ae1e5e2f93dad6639d7 (patch) | |
tree | 715356e01ef504610084c80a04c7d03f581e4bc1 | |
parent | 502e4a236cb42bfd0ed34e1582da47a54e004315 (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 be2db51..a8b1649 100755 --- a/.ikiwiki/IkiWiki/Plugin/pandoc.pm +++ b/.ikiwiki/IkiWiki/Plugin/pandoc.pm @@ -555,7 +555,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; |