summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-05-16 13:06:07 +0200
committerMichał M. Sapka <michal@sapka.me>2023-05-16 13:06:07 +0200
commit260cd719083d6a12958a8ee57af04aeea8a74ad0 (patch)
tree5796e2d8947a5394c737de47254668a448c82d61 /layouts/_default
parent56f154a2163804e58f1d89f723c743eb1f341e93 (diff)
feat: remove footer
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index dacda62..2125bb7 100644
--- 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>