From e42ab57aa699cf45d15f5ff010ae1c3f6ab0aced Mon Sep 17 00:00:00 2001 From: dvs1 Date: Wed, 15 Jan 2025 13:51:45 +1000 Subject: Try to set the HTML title correctly. --- notYetAnotherWiki.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 5b38aa7..e4a3c81 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -253,6 +253,8 @@ for name, file in pairs(Files) do end end end +-- if nil == metadata.title then metadata.title = metadata.pagetitle end + if nil == metadata.title then metadata.title = bit end -- Figure out this pages trail links. metadata.trail = '' -- cgit v1.1