From 1c831883e0ad3d6edb753248aa3e8be52e8f2e0a Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sun, 11 May 2025 23:53:55 -0400 Subject: zola site --- zola-static/templates/blog.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 zola-static/templates/blog.html (limited to 'zola-static/templates/blog.html') diff --git a/zola-static/templates/blog.html b/zola-static/templates/blog.html new file mode 100644 index 0000000..eb66dad --- /dev/null +++ b/zola-static/templates/blog.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} + +{% block content %} + +

+ {{ section.title }} +

+ +{% endblock content %} -- cgit v1.2.3