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/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zola-static/templates/index.html (limited to 'zola-static/templates/index.html') diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html new file mode 100644 index 0000000..297850d --- /dev/null +++ b/zola-static/templates/index.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +

+ Jack Jamison's Homepage +

+

My blog

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