aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
authordvs12025-03-12 22:37:44 +1000
committerdvs12025-03-12 22:37:44 +1000
commit1a88a1ae36433b1abcdd591feba6651b195ae920 (patch)
treeb0c810a65315772e38bfbd13cb5339852529934f /notYetAnotherWiki.lua
parentRemove the "edit" link from Foswiki profiles. (diff)
downloadnotYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.zip
notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.tar.gz
notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.tar.bz2
notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.tar.xz
Shrink some parts of the footer.
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 77903a9..c337af2 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -28,7 +28,7 @@ local GlobalMetaData = {
28 karenPurple = '#8800ff', onefangPurple = '#cc00ff', onefangGreen = '#42ff00', 28 karenPurple = '#8800ff', onefangPurple = '#cc00ff', onefangGreen = '#42ff00',
29 PinkFloyd = '#AA00AA', DeepPurple = '#220022', -- From an ancient site of mine, which went from PinkFloyd to DeepPurple as a background gradient. 29 PinkFloyd = '#AA00AA', DeepPurple = '#220022', -- From an ancient site of mine, which went from PinkFloyd to DeepPurple as a background gradient.
30 favicon = 'nYAW_icon.png', logo = 'nYAW.png', 30 favicon = 'nYAW_icon.png', logo = 'nYAW.png',
31 footer = 'Powered&nbsp;by&nbsp;<a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a>&nbsp;version&nbsp;0.0.&nbsp;', 31 footer = '<span style="font-size: 0.6em;">Powered&nbsp;by&nbsp;<a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a>&nbsp;v&nbsp;0.0</span>',
32} 32}
33 33
34local Files, Subs, xLinks = {}, {}, {} 34local Files, Subs, xLinks = {}, {}, {}