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

@ -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>