From 067ee4d66d0174be408d4051148f33b9a428ac3b Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 28 Jun 2023 21:05:01 -0500 Subject: first commit --- templates/blog.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/blog.html (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html new file mode 100644 index 0000000..d90c19e --- /dev/null +++ b/templates/blog.html @@ -0,0 +1,15 @@ +{{ define "meta"}} + Blog + +{{ end }} +{{ define "main" }} +

Blog

+

Personal and site updates.

+
+ +{{ range .Contents }} +{{ printf "%s" .Thumbnail }} +{{ end }} + + Top +{{ end }} \ No newline at end of file -- cgit v1.2.3