diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-04 17:12:56 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-04 17:12:56 +0100 |
commit | cd47f2ac63a743bdb20fe6e73877ae82e5306094 (patch) | |
tree | 7325df35a3dc990b07bd4af5ee6e0a917e01113a /layouts/_default | |
parent | c59d810cc81407ce55796723bd48b3248a92f523 (diff) |
chore: change license and add stat link to footer
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 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> |