From 09c2b6de63a6ff35348fcb2c2eb57b974f0a8a52 Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Wed, 2 Apr 2025 21:59:20 -0400 Subject: automate project structure --- mod/web/blog/templates/index.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 mod/web/blog/templates/index.html (limited to 'mod/web/blog/templates/index.html') diff --git a/mod/web/blog/templates/index.html b/mod/web/blog/templates/index.html deleted file mode 100644 index 6e8a2af..0000000 --- a/mod/web/blog/templates/index.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} {% block content %} - -
- {% set section = get_section(path="posts/_index.md") %} - - - - {% endblock content %} -
-- cgit v1.3.1