diff options
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, |