Skip to content

Commit

Permalink
Remove a test param
Browse files Browse the repository at this point in the history
I forgot to remove this param, sorry
  • Loading branch information
mastogros authored Mar 12, 2022
1 parent babdebc commit 04151aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/404.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ permalink: /404.html
<h1>Page not found</h1>
<p>The page you requested doesn't exist, go back to the <a href="/">landing page</a></p>
</main>

{{page.url}}


<script>plausible("404",{ props: { path: document.location.pathname } });</script>
</body>
</html>
</html>

0 comments on commit 04151aa

Please sign in to comment.