set events
This commit is contained in:
parent
ff84817732
commit
1f844dae9d
15 changed files with 1448 additions and 1 deletions
18
site/pages/404.md
Normal file
18
site/pages/404.md
Normal 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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue