From 95a5c95842de869cfd7c8e9d1c824dc0780af949 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 22 Dec 2021 19:35:12 +0000 Subject: renamed all template files --- templates/index.html | 37 ------------------------------------- 1 file changed, 37 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 07488fe..0000000 --- a/templates/index.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "template.html" %} -{% block content %} - - {{markdown|safe}} - {% if tweets != None %} -
-

recent tweets

- -
- {% endif %} -
-

recent git commits:

- -
-{% endblock %} \ No newline at end of file -- cgit v1.2.3