From c992a46d2e3be33434f5d0dd0b48cea7954c2c91 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 1 Dec 2025 23:25:38 -0800 Subject: initial webmentions --- .../themes/MinIndie/layouts/_default/single.html | 1 + .../MinIndie/layouts/partials/webmentions.html | 153 ++++++++++++++++++++ .../posts/2025-12-01-hello-world/index.html | 154 +++++++++++++++++++++ 3 files changed, 308 insertions(+) create mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/single.html b/indieweb-micro/themes/MinIndie/layouts/_default/single.html index 425efc1..96456fd 100644 --- a/indieweb-micro/themes/MinIndie/layouts/_default/single.html +++ b/indieweb-micro/themes/MinIndie/layouts/_default/single.html @@ -69,6 +69,7 @@ {{ if .Site.Params.enableRelatedPages }} {{ partial "article-related.html" . }} {{ end }} + {{ partial "webmentions.html" . }} {{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html b/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html new file mode 100644 index 0000000..56a12d7 --- /dev/null +++ b/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html @@ -0,0 +1,153 @@ +
+

Webmentions

+
Loading…
+
+ + + + diff --git a/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html b/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html index eeeb820..3fc9e8b 100644 --- a/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html +++ b/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html @@ -116,6 +116,160 @@ AtProto allows you to host a PDS (Personal Data Server) which store +
+

Webmentions

+
Loading…
+
+ + + + + -- cgit v1.2.3