chore: update alt

This commit is contained in:
Cory Dransfeldt 2024-07-18 20:05:31 -07:00
parent ede1e8b827
commit 5177c3688e
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@
<a href="{{ post.slug }}">
<h3>{{ post.title }}</h3>
</a>
<span class="p-author h-card hidden">{{ globals.siteName }}</span>
<span class="p-author h-card hidden">{{ globals.site_name }}</span>
<div class="p-summary hidden">{{ post.data.post_excerpt }}</div>
{{ post.description | markdown | truncate: 300 }}
</article>