small updates
This commit is contained in:
@@ -6,7 +6,7 @@ M.__index = M
|
||||
function M.site_builder(header, footer)
|
||||
local config = {}
|
||||
local site_config = {}
|
||||
|
||||
|
||||
local fes_mod = package.loaded.fes
|
||||
if fes_mod and fes_mod.config then
|
||||
config = fes_mod.config
|
||||
@@ -14,7 +14,7 @@ function M.site_builder(header, footer)
|
||||
site_config = config.site
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
local self = {
|
||||
version = site_config.version or "",
|
||||
title = site_config.title or "Document",
|
||||
|
||||
Reference in New Issue
Block a user