commit 81f4e05e96277e967318a8986326fc85fa3b8568
parent 25e28db36dd323658d796a4121a58fd79dc76863
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Tue, 28 Nov 2017 16:05:46 -0500
Add a space.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/functions/make-lists-of-pages.lua b/functions/make-lists-of-pages.lua
@@ -67,7 +67,7 @@ local function makelistsofpages()
-- Update the JSON file data
listindex_metadatas["entries"] = nil
listindex_metadatas["SITE"] = nil
- fileutils.pushfilecontent(listindex:match("(.+)%..*") .. ".json", json.encode(listindex_metadatas, {indent = true,keyorder = {"bridgy","cite","citeurl","content","date","datetime","description","id","keywords","permalink","section","template","title","updated"}}))
+ fileutils.pushfilecontent(listindex:match("(.+)%..*") .. ".json", json.encode(listindex_metadatas, {indent = true, keyorder = {"bridgy","cite","citeurl","content","date","datetime","description","id","keywords","permalink","section","template","title","updated"}}))
end
end
end