all repos — aaoth.xyz @ 8057621bb2d80be038a08387fd3262e38f37440e

aaoth.xyz website

use <hr> instead of border in footer

and convert tabs to spaces :p
la-ninpre leobrekalini@gmail.com
Mon, 23 Aug 2021 20:05:10 +0300
commit

8057621bb2d80be038a08387fd3262e38f37440e

parent

ea060499471c26155d4b7a16a4c670dc74503f4d

1 files changed, 11 insertions(+), 10 deletions(-)

jump to
M _includes/footer.html_includes/footer.html

@@ -1,18 +1,19 @@

<footer> - <p> - licensed under - <a href="http://creativecommons.org/licenses/by-sa/4.0/"> + <hr> + <p> + licensed under + <a href="http://creativecommons.org/licenses/by-sa/4.0/"> cc-by-sa-4.0 - </a> - </p> - <p> + </a> + </p> + <p> <p>gpg key: <a href="/pgp.asc"> 405C2C163EF6A2C9 </a> </p> - <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> - site source - </a> - </p> + <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> + site source + </a> + </p> </footer>