From 3a2d198d153efc8a69e7640f7dcde88207268ff3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2023 08:40:59 +0200 Subject: Replace zola with DOM-based static site generation code --- themes/bear/templates/404.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 themes/bear/templates/404.html (limited to 'themes/bear/templates/404.html') diff --git a/themes/bear/templates/404.html b/themes/bear/templates/404.html deleted file mode 100644 index 15fd75c..0000000 --- a/themes/bear/templates/404.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} - -{% block title %}404{% endblock %} - -{% block main %} -

404

-

ʕノ•ᴥ•ʔノ ︵ ┻━┻

-{% endblock %} -- cgit 1.4.1