diff options
author | dvs1 | 2025-02-23 16:55:15 +1000 |
---|---|---|
committer | dvs1 | 2025-02-23 16:55:15 +1000 |
commit | eda3d120500c67dd558502445843fa37e11a0d02 (patch) | |
tree | 51c16dd298c37527de488db806186eee0a1341a3 | |
parent | Rename merged directory to nyaw. (diff) | |
download | notYetAnotherWiki-eda3d120500c67dd558502445843fa37e11a0d02.zip notYetAnotherWiki-eda3d120500c67dd558502445843fa37e11a0d02.tar.gz notYetAnotherWiki-eda3d120500c67dd558502445843fa37e11a0d02.tar.bz2 notYetAnotherWiki-eda3d120500c67dd558502445843fa37e11a0d02.tar.xz |
Much ado about nothing.
-rw-r--r-- | default.template | 2 | ||||
-rwxr-xr-x | notYetAnotherWiki.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default.template b/default.template index e6b02e6..9c5765f 100644 --- a/default.template +++ b/default.template | |||
@@ -57,7 +57,7 @@ | |||
57 | <div class="boxWrapper"> | 57 | <div class="boxWrapper"> |
58 | <div class="boxLogo"><header><nav><a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a></nav></header></div> | 58 | <div class="boxLogo"><header><nav><a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a></nav></header></div> |
59 | <div class="boxTrail"><header><nav> 👣 $trail$</nav></header></div> | 59 | <div class="boxTrail"><header><nav> 👣 $trail$</nav></header></div> |
60 | <div class="boxHead"><header><nav>$header$ plus login and register buttons </nav></header></div> | 60 | <div class="boxHead"><header><nav>$header$ login register </nav></header></div> |
61 | <input type="checkbox" id="mode-toggle" /><div class="boxBody"><main>$body$<br/></main></div> | 61 | <input type="checkbox" id="mode-toggle" /><div class="boxBody"><main>$body$<br/></main></div> |
62 | <div class="boxMenu"><nav>$menu$<label for="mode-toggle" id="mode-btn">🕶</label></nav></div> | 62 | <div class="boxMenu"><nav>$menu$<label for="mode-toggle" id="mode-btn">🕶</label></nav></div> |
63 | <div class="boxHistory"><footer>$history$</footer></div> | 63 | <div class="boxHistory"><footer>$history$</footer></div> |
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index fdb5903..f0db94f 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
@@ -28,7 +28,7 @@ local GlobalMetaData = { | |||
28 | karenPurple = '#8800ff', onefangPurple = '#cc00ff', | 28 | karenPurple = '#8800ff', onefangPurple = '#cc00ff', |
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 by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', | 31 | footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', |
32 | } | 32 | } |
33 | 33 | ||
34 | local Files, Subs, xLinks = {}, {}, {} | 34 | local Files, Subs, xLinks = {}, {}, {} |