From 361fb793e6f2af800fe225f498ae568c9d6ad5a4 Mon Sep 17 00:00:00 2001 From: sloane Date: Tue, 28 Jan 2025 18:54:16 -0500 Subject: [PATCH] attempt at syndication backlinks --- _layouts/post.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 66f5bd0..61328b5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,16 +3,14 @@ layout: default ---
- {% if page.title || page.summary %} -
- {% if page.title %} -

{{ page.title | smartify }}

- {% endif %} - {% if page.summary %} -

{{ page.summary }}

- {% endif %} -
- {% endif %} +
+ {% if page.title %} +

{{ page.title | smartify }}

+ {% endif %} + {% if page.summary %} +

{{ page.summary }}

+ {% endif %} +
{{ content }} @@ -28,7 +26,7 @@ layout: default
Published
-
+
@@ -42,8 +40,16 @@ layout: default + +
    + {% for url in page.syndication %} +
  • {{ url }}
  • + {% endfor %} +
+ {% webmentions page.url %} + {% for target in page.syndicate_to %} {% endfor %}