chore: additional placeholders
This commit is contained in:
parent
6757a60134
commit
741ac2e9b8
10 changed files with 28 additions and 13 deletions
|
@ -9,7 +9,8 @@ image: /assets/img/404.jpg
|
|||
{% endcapture %}
|
||||
<style>{{ css }}</style>
|
||||
<div class="four-oh-four__wrapper">
|
||||
{% image './src/assets/img/404.jpg', title, 'image__banner' %}
|
||||
{% capture fallbackIcon %}{% tablericon "photo" title %}{% endcapture %}
|
||||
{% image './src/assets/img/404.jpg', title, 'image__banner', 'eager', 'banner', fallbackIcon %}
|
||||
<div class="text-center">
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<h3>What kind of idiots do you have working here?</h3>
|
||||
|
@ -26,4 +27,4 @@ image: /assets/img/404.jpg
|
|||
document.addEventListener('DOMContentLoaded', function () {
|
||||
plausible('404', { props: { path: document.location.pathname } })
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -9,7 +9,8 @@ image: /assets/img/pages/uses.jpg
|
|||
|
||||
Software and services that I use for work and my own enjoyment.
|
||||
|
||||
{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'image__banner', 'eager' %}
|
||||
{% capture fallbackIcon %}{% tablericon "photo" "My desk" %}{% endcapture %}
|
||||
{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'image__banner', 'eager', 'banner', fallbackIcon %}
|
||||
|
||||
<h3>Computer setup</h3>
|
||||
|
||||
|
|
Reference in a new issue