From 41bd0ad58e44244fe67cb36e066d4bb68738516f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 29 Mar 2024 01:30:23 -0500 Subject: massive re-write from org-publish to weblorg --- theme/templates/post.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 theme/templates/post.html (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html new file mode 100644 index 0000000..d0b76db --- /dev/null +++ b/theme/templates/post.html @@ -0,0 +1,30 @@ +{% extends "base.html" %} + +{% block subtitle %} + {{ post.title }} | +{% endblock %} +{% block meta %} + + +{% if post.description is defined %} + +{% elif project_description is defined %} + +{% endif %} + + +{% endblock %} + +{% block main %} +
+ +
+ {{ post.html | safe }} +
+
+{% endblock %} -- cgit v1.2.3-70-g09d2