Initial commit -- migration to zola
This commit is contained in:
commit
a79e7faa87
55 changed files with 375 additions and 0 deletions
8
templates/404.html
Normal file
8
templates/404.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Error 404: Page Not Found</h1>
|
||||
|
||||
<p>
|
||||
Feel free to look around though! Maybe you will find something beary 🐻 interesting!</p>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue