From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/base_math.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 project/templates/base_math.html (limited to 'project/templates/base_math.html') diff --git a/project/templates/base_math.html b/project/templates/base_math.html deleted file mode 100644 index 025968c..0000000 --- a/project/templates/base_math.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - {% block title %}{% endblock %} - - -{%- block style -%} -{%- endblock -%} - - -
-

Jedidiah Barber's Personal Site

-
- -
-
-{% block content -%} -{%- endblock %} -
-
-
- - - -- cgit