fix footer not in body
This commit is contained in:
parent
323fa6ba71
commit
c50b4493ab
2 changed files with 8 additions and 8 deletions
|
@ -63,10 +63,10 @@
|
|||
</section>
|
||||
</main>
|
||||
<p>To view a full list of commands currently available on this instance, check out the <a href="/ls">command list</a>.</p>
|
||||
<div class="spacer"></div>
|
||||
<footer>
|
||||
<p>{{> bunbun_version }}</p>
|
||||
<p><a href="{{> bunbun_src }}">Source Code</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
<div class="spacer"></div>
|
||||
<footer>
|
||||
<p>{{> bunbun_version }}</p>
|
||||
<p><a href="{{> bunbun_src }}">Source Code</a></p>
|
||||
</footer>
|
||||
</html>
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
{{~/unless}}
|
||||
{{~/each}}
|
||||
</main>
|
||||
<footer>
|
||||
<p>{{> bunbun_version}}</p>
|
||||
</footer>
|
||||
</body>
|
||||
<footer>
|
||||
<p>{{> bunbun_version}}</p>
|
||||
</footer>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue