diff options
-rw-r--r-- | layouts/_default/baseof.html | 4 | ||||
-rw-r--r-- | static/style.css | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 899ff33..58d2aa3 100644 --- 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 index 3e29509..93e8855 100644 --- 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; |