chore: no author card necessary

This commit is contained in:
Cory Dransfeldt 2024-01-02 11:12:27 -08:00
parent 750d4663a4
commit 03998af7f4
No known key found for this signature in database
3 changed files with 6 additions and 80 deletions

View file

@ -1,9 +0,0 @@
<div class="author__wrapper">
<div class="avatar__wrapper flex--centered">
<div class="avatar__wrapper--interior">
{% image './src/assets/img/avatar.webp', meta.siteName, 'author-avatar' %}
</div>
<span>{{ meta.siteName }}</span>
</div>
<p class="description__wrapper">{{ meta.siteDescription }}</p>
</div>