set events

This commit is contained in:
Waylon Walker 2023-01-01 14:08:21 -06:00
parent ff84817732
commit 1f844dae9d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
15 changed files with 1448 additions and 1 deletions

18
site/pages/404.md Normal file
View file

@ -0,0 +1,18 @@
---
title: Whoops that page was not found
date: 2022-09-01 1:00:00
description: 404, looks like we can't find the page you are looking for
published: false
output_html: 404.html
---
404, looks like we can't find the page you are looking for. Try one of these
pages.
<ul>
{% for post in markata.map('post', filter='published') %}
<li><a href="{{ post.slug }}">{{ post.title }}</a></li>
{% endfor %}
</ul>