chore: additional placeholders
This commit is contained in:
parent
6757a60134
commit
741ac2e9b8
10 changed files with 28 additions and 13 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue