summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-11-10 22:34:29 +0100
committermms <michal@sapka.me>2023-11-10 22:34:29 +0100
commit94b7393cd795b47bff71dbec0b701dcb5d66b6f9 (patch)
tree62b299c26e3baab4f8fefdee287e02a2517e3724 /layouts/_default
parent0ae9e128fd57927bc7375e850293c6bdd15e1d4e (diff)
feat: remove plausible
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/_default/index.html3
2 files changed, 2 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c12ebed..f5836cc 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -35,8 +35,6 @@
<meta name="robots" content="index, follow">
{{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">{{end}}
-<!-- <script defer data-api="/api/event" data-domain="{{ .Site.Params.PlausibleDomain}}" src="/js/script.js"></script> --->
- <script data-domain="{{ .Site.Params.PlausibleDomain}}" src="https://plausible.io/js/script.js"></script>
<link href="https://github.com/michalsapka" rel="me">
<link rel="webmention" href="https://webmention.io/d-s.sh/webmention">
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
index 46a7792..a9f87c8 100644
--- a/layouts/_default/index.html
+++ b/layouts/_default/index.html
@@ -10,8 +10,9 @@ Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This we
</article>
<nav>
- <a href="/site/info/">Site info</a>
+ <b><a href="/site/info/">Site info</a></b> : you can find site uptates, metrics, statics, and legal thingies here.
</nav>
+<br><br>
{{ end }}