mirror of https://github.com/tildeclub/site.git
Merge pull request #23 from login000/patch-1
Updated wiki.tmpl to let some bugs out
This commit is contained in:
commit
84eb156935
|
@ -46,6 +46,7 @@ $highlighting-css$
|
|||
$for(include-before)$
|
||||
$include-before$
|
||||
$endfor$
|
||||
<div class="content">
|
||||
$if(title)$
|
||||
<header>
|
||||
<h1 class="title">$$ $title$</h1>
|
||||
|
@ -66,7 +67,7 @@ $highlighting-css$
|
|||
$endif$
|
||||
</header>
|
||||
$endif$
|
||||
<br>
|
||||
<br>
|
||||
<div class="grid">
|
||||
<div class="row">
|
||||
|
||||
|
@ -88,14 +89,13 @@ $body$
|
|||
$include-after$
|
||||
$endfor$
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<footer class="text-center">
|
||||
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
||||
<a href="https://github.com/tildeclub/site">page source</a>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in New Issue