Add 403 page

This commit is contained in:
2024-01-21 11:26:22 -06:00
parent efcac82d6a
commit 07ddc100c0
5 changed files with 20 additions and 21 deletions

View File

@ -0,0 +1,8 @@
---
layout: layouts/base.njk
showPostListHeader: yep
---
<h1>403 Forbidden</h1>
<p class="nodropcap page-block">*Ahem* <a href="/">Go to the home page</a>.</p>
{{ content | safe }}