chore: icons + styles

This commit is contained in:
Cory Dransfeldt 2024-08-15 14:04:50 -07:00
parent ff72a65b56
commit fc9e0f44b1
No known key found for this signature in database
12 changed files with 24 additions and 39 deletions

View file

@ -8,12 +8,9 @@ permalink: "{{ post.slug }}/index.html"
schema: blog
---
<article class="h-entry standalone">
<div class="time-wrapper flex-centered">
{% tablericon "calendar-month" "Date" %}
<time class="dt-published" datetime="{{ date }}">
{{ post.date | date: "%B %e, %Y" }}
</time>
</div>
<time class="dt-published" datetime="{{ date }}">
{{ post.date | date: "%B %e, %Y" }}
</time>
<h3 class="p-name">{{ post.title }}</h3>
<span class="p-author h-card hidden">{{ globals.author }}</span>
<div class="p-summary hidden">{{ post.description }}</div>