Skip to content

Commit

Permalink
Merge pull request #27 from oshifty/add-404-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-runge authored Nov 4, 2024
2 parents 587f8b7 + 9006753 commit f991b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{ define "main"}}
<main id="main">
<script>document.addEventListener('DOMContentLoaded', function () { plausible('404', { props: { path: document.location.pathname } }); });</script>
<div class="max-w-screen-xl px-4 py-8 mx-auto lg:py-16 lg:px-6">
<div class="max-w-screen-sm mx-auto text-center">
<h1 class="mb-4 font-black tracking-tight capitalize text-8xl lg:text-7xl xl:text-9xl dark:text-white">
Expand Down

0 comments on commit f991b38

Please sign in to comment.