From 669594bd7fe4bc9a630e90e1880d3511c13b208e Mon Sep 17 00:00:00 2001 From: dvs1 Date: Fri, 17 Jan 2025 16:40:51 +1000 Subject: Page history is now per site, the page name is added automatically. --- notYetAnotherWiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notYetAnotherWiki.lua') diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index f78e986..576ffa3 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -270,7 +270,7 @@ for name, file in pairs(Files) do -- if '' == metadata.trail then metadata.trail = 'home   ' end -- Figure out this pages footer links. - if nil ~= metadata.pagehistory then metadata.history = '

Page history

' end + if nil ~= metadata.pagehistory then metadata.history = '

Page history

' end if nil ~= metadata.sourcecode then metadata.footer = 'source code     ' .. metadata.footer end if nil ~= metadata.feedatom then metadata.footer = 'atom feed     ' .. metadata.footer end if metadata.footer ~= globalData.footer then metadata.footer = 'Web site ' .. metadata.footer end -- cgit v1.1