fix: misc styles

This commit is contained in:
Cory Dransfeldt 2023-12-28 08:59:51 -08:00
parent 2af1c396a9
commit 266a631635
No known key found for this signature in database
6 changed files with 46 additions and 35 deletions

View file

@ -21,7 +21,6 @@ meta:
image:
src: https://coryd.dev/assets/img/avatar.webp
---
{% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}
<article class="h-entry">
<a class="no-underline" href="{{ post.url }}">
@ -31,6 +30,7 @@ meta:
<time class="dt-published" datetime="{{ post.date }}">
{{ post.date | date: "%m.%Y" }}
</time>
<p class="p-summary">{{ post.data.post_excerpt | markdown }}</p>
<div class="p-summary hidden">{{ post.data.post_excerpt }}</div>
{{ post.data.post_excerpt | markdown }}
</article>
{% endif %} {% endfor %} {% include "partials/paginator.liquid" %}