diff options
author | dvs1 | 2025-03-20 21:07:34 +1000 |
---|---|---|
committer | dvs1 | 2025-03-20 21:07:34 +1000 |
commit | 4a81924a8e6c4d43df2cff6f16128a2f2b28682c (patch) | |
tree | 47d30a7edaa29ba419dce561b334e866709a5683 | |
parent | A better symbol for going up to the top. (diff) | |
download | notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.zip notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.tar.gz notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.tar.bz2 notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.tar.xz |
Add the Atom / RSS feed icon from http://feedicons.com/
-rwxr-xr-x | feed-icon-14x14.png | bin | 0 -> 689 bytes | |||
-rwxr-xr-x | feed-icon-28x28.png | bin | 0 -> 1737 bytes | |||
-rwxr-xr-x | notYetAnotherWiki.lua | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/feed-icon-14x14.png b/feed-icon-14x14.png new file mode 100755 index 0000000..b3c949d --- /dev/null +++ b/feed-icon-14x14.png | |||
Binary files differ | |||
diff --git a/feed-icon-28x28.png b/feed-icon-28x28.png new file mode 100755 index 0000000..d64c669 --- /dev/null +++ b/feed-icon-28x28.png | |||
Binary files 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 | |||
865 | metadata.history = '' | 865 | metadata.history = '' |
866 | end | 866 | end |
867 | if nil ~= metadata.sourcecode then metadata.footer = '<a href="' .. metadata.sourcecode .. '">source code</a>' end | 867 | if nil ~= metadata.sourcecode then metadata.footer = '<a href="' .. metadata.sourcecode .. '">source code</a>' end |
868 | if nil ~= metadata.feedatom then metadata.footer = '<a href="' .. metadata.feedatom .. '">atom feed</a> ' .. metadata.footer end | 868 | if nil ~= metadata.feedatom then metadata.footer = '<a href="' .. metadata.feedatom .. '">atom feed<img src="feed-icon-14x14.png"></img></a> ' .. metadata.footer end |
869 | if metadata.footer ~= '' then metadata.footer = 'Web site ' .. metadata.footer end | 869 | if metadata.footer ~= '' then metadata.footer = 'Web site ' .. metadata.footer end |
870 | -- Add a link to the original page. | 870 | -- Add a link to the original page. |
871 | if nil ~= metadata.ogURL then | 871 | if nil ~= metadata.ogURL then |