Clean up base template
This commit is contained in:
parent
427ad62b3b
commit
bbb0d00ea0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
Reference in a new issue