chore: additional placeholders

This commit is contained in:
Cory Dransfeldt 2024-02-08 17:54:20 -08:00
parent 6757a60134
commit 741ac2e9b8
No known key found for this signature in database
10 changed files with 28 additions and 13 deletions

View file

@ -10,7 +10,8 @@ image: /assets/img/ogi/about.jpg
<style>{{ css }}</style>
<div class="avatar__wrapper flex--centered">
{% capture about_alt %}{{ meta.siteName }} - image by David Neal / @reverentgeek{% endcapture %}
{% image './src/assets/img/avatar.webp', about_alt, '', 'eager' %}
{% capture fallbackIcon %}{% tablericon "photo" about_alt %}{% endcapture %}
{% image './src/assets/img/avatar.webp', about_alt, '', 'eager', 'banner', fallbackIcon %}
</div>
<h2 class="page__header text-center">Hi, I'm Cory</h2>