mirror of https://github.com/tildeclub/site.git
Updated wiki.tmpl to let some bugs out
1. Moved the footer to before </body> 2. Wrapped <div class="content"></div> around the actual contents of <body> (excluding the navbar and footer, just like the main tilde.club page). 3. Added a missing </div> for <div class="col"> 4. Removed a couple newlines after the </html> tag.
This commit is contained in:
parent
10516a8223
commit
2b05b8592c
|
@ -46,6 +46,7 @@ $highlighting-css$
|
||||||
$for(include-before)$
|
$for(include-before)$
|
||||||
$include-before$
|
$include-before$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
<div class="content">
|
||||||
$if(title)$
|
$if(title)$
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">$$ $title$</h1>
|
<h1 class="title">$$ $title$</h1>
|
||||||
|
@ -89,13 +90,12 @@ $body$
|
||||||
$endfor$
|
$endfor$
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
<footer class="text-center">
|
<footer class="text-center">
|
||||||
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
||||||
<a href="https://github.com/tildeclub/site">page source</a>
|
<a href="https://github.com/tildeclub/site">page source</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue