Clean up footer

-Instead of using Gokapi's github link as text, I turn the text with the current version into the link and added a "Powered by" next to it. Makes the footer look a little cleaner.
This commit is contained in:
Raif Coonjah
2021-03-19 01:03:12 +04:00
committed by GitHub
parent d5b5ff6ed9
commit 20fb31a7b3
+1 -1
View File
@@ -2,7 +2,7 @@
</main>
<footer class="mt-auto text-white-50">
<p>Gokapi v{{template "version"}} | <a href="https://github.com/Forceu/Gokapi">https://github.com/Forceu/Gokapi</a></p>
<p> Powered by <a href="https://github.com/Forceu/Gokapi">Gokapi v{{template "version"}}</a></p>
</footer>
</div>