From 6385a5f78ce2ad7409811927b10fc2b62e427643 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 15 Nov 2020 13:14:37 +0100 Subject: Extract theme from templates --- templates/index.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 23ec4cd..0000000 --- a/templates/index.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "base.html" %} - -{% block main %} -
-

{{ config.title }}

- {{ section.content | safe }} -
-

Latest Posts

- -
-
-

Elsewhere on the Internet

- -
- -
-{% endblock %} -- cgit 1.4.1