aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
authordvs12025-03-20 21:07:34 +1000
committerdvs12025-03-20 21:07:34 +1000
commit4a81924a8e6c4d43df2cff6f16128a2f2b28682c (patch)
tree47d30a7edaa29ba419dce561b334e866709a5683 /notYetAnotherWiki.lua
parentA better symbol for going up to the top. (diff)
downloadnotYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.zip
notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.tar.gz
notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.tar.bz2
notYetAnotherWiki-4a81924a8e6c4d43df2cff6f16128a2f2b28682c.tar.xz
Add the Atom / RSS feed icon from http://feedicons.com/
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-xnotYetAnotherWiki.lua2
1 files changed, 1 insertions, 1 deletions
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> &nbsp; &nbsp; ' .. 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> &nbsp; &nbsp; ' .. 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