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 + + + {% webmentions page.url %} + {% for target in page.syndicate_to %} {% endfor %}