From abacd51cdebff2bb81024a26a57127a2acd42ec0 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 1 Jun 2024 09:43:06 -0700 Subject: [PATCH] fix: styles --- src/pages/main/posts/post.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/pages/main/posts/post.html b/src/pages/main/posts/post.html index 596df379..14c61454 100644 --- a/src/pages/main/posts/post.html +++ b/src/pages/main/posts/post.html @@ -8,23 +8,21 @@ permalink: "/posts/{{ post.date | date: '%Y' }}/{{ post.title | slugify | downca schema: blog --- {%- capture postUrl %}{{ meta.url }}{{ post.url }}{% endcapture -%} -
-
-
- {% tablericon "calendar-month" "Date" %} - -
-

{{ post.title }}

- - -
- {% render "partials/banners/old-post.liquid", date:post.date %} - {{ post.content | markdown }} - {% render "partials/posts/blocks.liquid", blocks:post.blocks %} -
-
-
+
+
+ {% tablericon "calendar-month" "Date" %} + +
+

{{ post.title }}

+ + +
+ {% render "partials/banners/old-post.liquid", date:post.date %} + {{ post.content | markdown }} + {% render "partials/posts/blocks.liquid", blocks:post.blocks %} +
+
{% render "partials/widgets/mastodon-post.liquid", postUrl:postUrl, linkPosts:linkPosts %} {% render "partials/widgets/addon-links.liquid", posts:posts, analytics:analytics, links:links %} \ No newline at end of file