blog: Zola site, nginx image, Forgejo deploy pipeline
This commit is contained in:
commit
a4b677f898
23 changed files with 561 additions and 0 deletions
8
templates/404.html
Normal file
8
templates/404.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}404 · {{ config.title }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<h1>404</h1>
|
||||
<p>No such page. <a href="/">Back to the index.</a></p>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue