From 74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Tue, 29 Aug 2023 17:15:26 -0500 Subject: Update to use new style elements. --- html/main/blog.tmpl.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'html/main/blog.tmpl.html') diff --git a/html/main/blog.tmpl.html b/html/main/blog.tmpl.html index 055d2ec..989743c 100644 --- a/html/main/blog.tmpl.html +++ b/html/main/blog.tmpl.html @@ -4,12 +4,14 @@ {{ define "canonical" }}/blog{{end}} {{ define "main" }} -

alexscerba.com/blog

+

Blog

-
-

Entries

+
+
+

Entries

{{ range .Posts.Contents}}

- {{ .Title }}

{{ end }} +
{{ end }} \ No newline at end of file -- cgit v1.2.3