michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit cd47f2ac63a743bdb20fe6e73877ae82e5306094
parent c59d810cc81407ce55796723bd48b3248a92f523
Author: Michał M. Sapka <michal@sapka.me>
Date:   Sat,  4 Feb 2023 17:12:56 +0100

chore: change license and add stat link to footer

Diffstat:
Mlayouts/_default/baseof.html | 4++--
Mstatic/style.css | 1-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -73,10 +73,10 @@ </main> <footer> <div> - <a href="https://git.sapka.me/michal-sapka-me.git/" target="_blank">Source code is available</a>. Theme is temporary. Only glory of Satan is eternal. + <a href="https://git.sapka.me/michal-sapka-me.git/" target="_blank">Source code is available</a>. Theme is temporary. <a href="https://plausible.io/michal.sapka.me">Statistics are public</a>. Only glory of Satan is eternal. <BR><BR> - Unless stated otherwise, all content Copyright 2022, 2023 Michał Sapka. Unauthorized use under penalty of watching a random Netflix show or a fine of one million dolars. + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. </div> </footer> diff --git a/static/style.css b/static/style.css @@ -74,7 +74,6 @@ footer { text-align: center; padding: 10px 0 10px 0; - font-size: 0.5em; } header nav { display: flex;