feat: spruce up design

This commit is contained in:
Cory Dransfeldt 2024-04-28 19:06:48 -07:00
parent 2614dff452
commit 94e28067f9
No known key found for this signature in database
51 changed files with 480 additions and 202 deletions

View file

@ -6,12 +6,12 @@ schema: blog
{%- capture postUrl %}{{ meta.url }}{{ page.url }}{% endcapture -%}
<div class="default-wrapper">
<article class="h-entry">
<div class="flex-centered">
<div class="flex-centered gap-xs icon-small icon-light">
{% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %}
{% tablericon "calendar-month" "Date" %}
<time class="dt-published" datetime="{{ date }}">
{{ date | date: "%B %e, %Y" }}
<span class="client-side"> • </span>
</time>
{% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %}
</div>
<h2 class="p-name">{{ title }}</h2>
<div class="text-small">{% render "partials/tags.liquid", tags:tags %}</div>