summaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-04 12:02:30 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-04 12:02:30 +0200
commit92b61b4473c05a454bb2263a180b73f0ba89d014 (patch)
tree11bcd36cdfff22d3a659d1216008e31eff10cad9 /templates/404.html
parentd8f2a41eef99ee1d041b785d371dab3e8a70af88 (diff)
Changes within the templates and bunch of other things
Changes to be committed: new file: clipboard.min.js modified: content/posts/typography.md new file: katex.min.css modified: templates/404.html modified: templates/index.html modified: templates/macros.html modified: templates/page.html modified: templates/section.html modified: templates/tags/list.html modified: templates/tags/single.html
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/404.html b/templates/404.html
index fc70c01..b044965 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,10 +1,8 @@
{% extends "index.html" %}
-{% block header %}
-{% endblock header %}
+{% block header %} {% endblock header %}
-{% block title %}
-{% endblock title %}
+{% block title %} {% endblock title %}
{% block main %}
<div id="spotlight" class="error-404 animated fadeIn">
@@ -22,5 +20,4 @@
</div>
{% endblock main %}
-{% block footer %}
-{% endblock footer %}
+{% block footer %} {% endblock footer %}