fix footer not in body

master
Edward Shen 2020-07-04 23:19:31 -04:00
parent 323fa6ba71
commit c50b4493ab
Signed by: edward
GPG Key ID: 19182661E818369F
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -55,8 +55,8 @@
{{~/unless}}
{{~/each}}
</main>
<footer>
<p>{{> bunbun_version}}</p>
</footer>
</body>
<footer>
<p>{{> bunbun_version}}</p>
</footer>
</html>