aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
authordvs12025-01-01 21:20:06 +1000
committerdvs12025-01-01 21:20:06 +1000
commit73278665d95376429eefdbb99ce78fcd491fbcd7 (patch)
tree57e3646f4bbb30eedd50cccfbdacc1d4b2f3906e /notYetAnotherWiki.lua
parentAdd the "source" code for the images. (diff)
downloadnotYetAnotherWiki-73278665d95376429eefdbb99ce78fcd491fbcd7.zip
notYetAnotherWiki-73278665d95376429eefdbb99ce78fcd491fbcd7.tar.gz
notYetAnotherWiki-73278665d95376429eefdbb99ce78fcd491fbcd7.tar.bz2
notYetAnotherWiki-73278665d95376429eefdbb99ce78fcd491fbcd7.tar.xz
Realase 0.0, we are out of negative territory. lol
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