diff options
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-x | notYetAnotherWiki.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 3bcc7d9..9909d53 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
@@ -10,7 +10,7 @@ local lcmark = require("lcmark") -- https://github.com/jgm/lcmark | |||
10 | local globalData = { | 10 | local globalData = { |
11 | ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', | 11 | ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', |
12 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', | 12 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', |
13 | history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version -0.1. ', | 13 | history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', |
14 | } | 14 | } |
15 | local Sites, Files, Subs = {}, {}, {} | 15 | local Sites, Files, Subs = {}, {}, {} |
16 | 16 | ||