diff options
author | dvs1 | 2025-03-14 22:22:00 +1000 |
---|---|---|
committer | dvs1 | 2025-03-14 22:22:00 +1000 |
commit | bbbab8880f7ffdbe22db008ea069ae8dd6d1a22e (patch) | |
tree | af751ec174fb588db33b2c9ab0ae1a2b3dcc679f /default.template | |
parent | Make the last commit actually work. (diff) | |
download | notYetAnotherWiki-bbbab8880f7ffdbe22db008ea069ae8dd6d1a22e.zip notYetAnotherWiki-bbbab8880f7ffdbe22db008ea069ae8dd6d1a22e.tar.gz notYetAnotherWiki-bbbab8880f7ffdbe22db008ea069ae8dd6d1a22e.tar.bz2 notYetAnotherWiki-bbbab8880f7ffdbe22db008ea069ae8dd6d1a22e.tar.xz |
Add a top link to headings.
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.template b/default.template index 2357782..a23bf89 100644 --- a/default.template +++ b/default.template | |||
@@ -85,7 +85,7 @@ | |||
85 | <div class="boxWrapper"> | 85 | <div class="boxWrapper"> |
86 | <input type="checkbox" id="modeToggleMenu"/> | 86 | <input type="checkbox" id="modeToggleMenu"/> |
87 | <input type="checkbox" id="modeToggleBody"/> | 87 | <input type="checkbox" id="modeToggleBody"/> |
88 | <div class="boxLogo"><header><nav> | 88 | <div class="boxLogo" id="top"><header><nav> |
89 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> | 89 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> |
90 | </nav></header></div> | 90 | </nav></header></div> |
91 | <div class="boxTools"><header><nav> | 91 | <div class="boxTools"><header><nav> |