michal-sapka-me

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

commit 260cd719083d6a12958a8ee57af04aeea8a74ad0
parent 56f154a2163804e58f1d89f723c743eb1f341e93
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Tue, 16 May 2023 13:06:07 +0200

feat: remove footer

Diffstat:
Mlayouts/_default/baseof.html | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -77,16 +77,5 @@ </main> - {{ block "FOOTER" . }} - <footer> - <div> - <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/{{ .Site.Params.PlausibleDomain }}">Statistics are public</a>. Only glory of Satan is eternal. - <BR><BR> - - <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> - {{ end }} - </body> </html>