From 4a81924a8e6c4d43df2cff6f16128a2f2b28682c Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 20 Mar 2025 21:07:34 +1000 Subject: Add the Atom / RSS feed icon from http://feedicons.com/ --- notYetAnotherWiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notYetAnotherWiki.lua') diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 364030f..f4eebe4 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -865,7 +865,7 @@ for name, file in pairs(Files) do metadata.history = '' end if nil ~= metadata.sourcecode then metadata.footer = 'source code' end - if nil ~= metadata.feedatom then metadata.footer = 'atom feed     ' .. metadata.footer end + if nil ~= metadata.feedatom then metadata.footer = 'atom feed     ' .. metadata.footer end if metadata.footer ~= '' then metadata.footer = 'Web site ' .. metadata.footer end -- Add a link to the original page. if nil ~= metadata.ogURL then -- cgit v1.1