chore: update error page
This commit is contained in:
parent
c71ca1e7c1
commit
1187a0831a
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: 400
|
||||
description: Nah, that's a bad request.
|
||||
title: Error
|
||||
description: Nah, that's no good.
|
||||
layout: default
|
||||
permalink: /400.html
|
||||
permalink: /error.html
|
||||
---
|
||||
<div class="text-centered">
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<p>Nah, that's a bad request.</p>
|
||||
<p>Nah, that's no good.</p>
|
||||
</div>
|
||||
<script>document.addEventListener('DOMContentLoaded', function () { plausible('400', { props: { path: document.location.pathname } }); });</script>
|
Reference in a new issue