From 37b6c927620cb68e01345d29daca960faeb80cb9 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 10:44:04 -0400 Subject: chore: rename jinja templates Also wrap style block so auto formatter doesn't pick it up and wreck CSS. --- templates/post.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html deleted file mode 100644 index 9eb3444..0000000 --- a/templates/post.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -{{ post.get_title() }} - Carpenter Tutoring, LLC -{% endblock %} - -{% block og %} - - - - -{% endblock %} - -{% block main %} - - -
-
- {{ post.get_article()|markdown }} -
-
-{% endblock %} \ No newline at end of file -- cgit v1.2.3