diff options
author | Volpeon <git@volpeon.ink> | 2021-11-15 17:14:27 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-15 17:14:27 +0100 |
commit | a2aa0c0a6261850800d97e735adad9b02236f1e3 (patch) | |
tree | 91ad486c0ccdbb1e1cd92a27dcfad504bcce7fca /scripts | |
parent | Move ASCII fox to partials (diff) | |
download | volpeon.ink-a2aa0c0a6261850800d97e735adad9b02236f1e3.tar.gz volpeon.ink-a2aa0c0a6261850800d97e735adad9b02236f1e3.tar.bz2 volpeon.ink-a2aa0c0a6261850800d97e735adad9b02236f1e3.zip |
Various adjustments
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/metadata_filter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/metadata_filter.lua b/scripts/metadata_filter.lua index fefb1ce..ef4f44e 100644 --- a/scripts/metadata_filter.lua +++ b/scripts/metadata_filter.lua | |||
@@ -267,7 +267,7 @@ function process(global, parent, meta) | |||
267 | if meta.list_order then meta.list_order = pandoc.utils.stringify(meta.list_order) end | 267 | if meta.list_order then meta.list_order = pandoc.utils.stringify(meta.list_order) end |
268 | if meta.position then meta.position = pandoc.utils.stringify(meta.position) end | 268 | if meta.position then meta.position = pandoc.utils.stringify(meta.position) end |
269 | 269 | ||
270 | if meta.create_feed then | 270 | if meta.feed then |
271 | if meta.file_out:match(".html$") then | 271 | if meta.file_out:match(".html$") then |
272 | meta.feed = { | 272 | meta.feed = { |
273 | url = resolve_url(global.site.url, global.file_out, | 273 | url = resolve_url(global.site.url, global.file_out, |