Clean up base template

This commit is contained in:
Evie Viau-Chow-Stuart 2023-02-05 20:37:22 -08:00
parent 427ad62b3b
commit bbb0d00ea0
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en-CA">
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@ -28,6 +28,6 @@
</div>
<hr />
<p class="footer">Proudly powered by <a href="https://kyanite.eviee.gay/">Kyanite</a>, Made with 🏳️‍⚧️💜 and Rust. <i>© {{ year }} {{ settings.site_owner }}</i></p>
<p class="footer">Proudly powered by <a href="https://kyanite.eviee.gay/">Kyanite</a>, made with 🏳️‍⚧️💜 and Rust. <i>© {{ year }} {{ settings.site_owner }}</i></p>
</body>
</html>