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>
|
||||
|
|
Reference in a new issue