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/
---
feed-icon-14x14.png | Bin 0 -> 689 bytes
feed-icon-28x28.png | Bin 0 -> 1737 bytes
notYetAnotherWiki.lua | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
create mode 100755 feed-icon-14x14.png
create mode 100755 feed-icon-28x28.png
diff --git a/feed-icon-14x14.png b/feed-icon-14x14.png
new file mode 100755
index 0000000..b3c949d
Binary files /dev/null and b/feed-icon-14x14.png differ
diff --git a/feed-icon-28x28.png b/feed-icon-28x28.png
new file mode 100755
index 0000000..d64c669
Binary files /dev/null and b/feed-icon-28x28.png differ
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