aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
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 3bcc7d9..9909d53 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -10,7 +10,7 @@ local lcmark = require("lcmark") -- https://github.com/jgm/lcmark
10local globalData = { 10local 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. &nbsp;', 13 history = '', footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. &nbsp;',
14} 14}
15local Sites, Files, Subs = {}, {}, {} 15local Sites, Files, Subs = {}, {}, {}
16 16