fix: styles
This commit is contained in:
parent
460a50f88c
commit
abacd51cde
1 changed files with 16 additions and 18 deletions
|
@ -8,7 +8,6 @@ permalink: "/posts/{{ post.date | date: '%Y' }}/{{ post.title | slugify | downca
|
|||
schema: blog
|
||||
---
|
||||
{%- capture postUrl %}{{ meta.url }}{{ post.url }}{% endcapture -%}
|
||||
<div class="default-wrapper">
|
||||
<article class="h-entry">
|
||||
<div class="flex-centered gap-xs icon-small icon-light">
|
||||
{% tablericon "calendar-month" "Date" %}
|
||||
|
@ -25,6 +24,5 @@ schema: blog
|
|||
{% render "partials/posts/blocks.liquid", blocks:post.blocks %}
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
{% render "partials/widgets/mastodon-post.liquid", postUrl:postUrl, linkPosts:linkPosts %}
|
||||
{% render "partials/widgets/addon-links.liquid", posts:posts, analytics:analytics, links:links %}
|
Reference in a new issue