From e40cfb523a97c372b055069a3c4058b2b93766d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Fri, 31 Oct 2025 00:15:45 +0100 Subject: [PATCH 001/140] added tinylitics --- layouts/partials/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e0992a5..26d8e37 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,6 +8,7 @@ + \ No newline at end of file From ad82888b7ca3394437a327b7575248fba42a161e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Fri, 31 Oct 2025 00:18:12 +0100 Subject: [PATCH 002/140] added tinylitcs kudos --- layouts/post/single.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/post/single.html b/layouts/post/single.html index de1933a..6d10e03 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -23,6 +23,7 @@

{{ .Title }}

+ {{ .Content }}
From d0e0b5d427c43c6c3c7c7dd8cd59d0db3bf38eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Fri, 31 Oct 2025 00:23:56 +0100 Subject: [PATCH 003/140] tinylitics fixes --- layouts/partials/footer.html | 2 +- layouts/post/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 26d8e37..5ab1bbb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/layouts/post/single.html b/layouts/post/single.html index 6d10e03..bc73208 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -23,7 +23,7 @@

{{ .Title }}

- + {{ .Content }}
From 1d0c037972d69d848c71c9a161783aee4682b13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Fri, 31 Oct 2025 00:26:34 +0100 Subject: [PATCH 004/140] fixes --- layouts/partials/footer.html | 2 +- layouts/post/single.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5ab1bbb..9ba3479 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/layouts/post/single.html b/layouts/post/single.html index bc73208..7916fa5 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -23,8 +23,7 @@

{{ .Title }}

- - {{ .Content }} + {{ .Content }}
{{ if templates.Exists "partials/microhook-categories.html" }} From 5af480e582ebc59d9affa7519a641e6c2df73e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Fri, 31 Oct 2025 00:29:11 +0100 Subject: [PATCH 005/140] kudos button --- layouts/post/single.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/post/single.html b/layouts/post/single.html index 7916fa5..4ebc7f0 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -47,9 +47,7 @@

{{ .Title }}

{{ if or (templates.Exists "partials/reply-by-email.html") (templates.Exists "partials/conversation-link.html") (templates.Exists "partials/plugin_tinylytics.html") (templates.Exists "partials/reply-on-mastodon.html") (templates.Exists "partials/microhook-share-button.html")}}