From f04fb5cf14385581c2c0d0efd204d2afd2139221 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Tue, 11 Feb 2025 15:05:15 -0500 Subject: Remove redundant data type --- html/blog2.tmpl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/blog2.tmpl.html b/html/blog2.tmpl.html index 2a57226..f6b0215 100644 --- a/html/blog2.tmpl.html +++ b/html/blog2.tmpl.html @@ -21,7 +21,7 @@

A collection of thoughts, life updates, projects, and images.

-{{ range .Posts.Collection }} +{{ range .Posts }}

{{ .Date }} | {{ .Title }}

{{ end }}
@@ -31,7 +31,7 @@

Works from my last revision of scerba.org

-{{ range .Archive.Collection }} +{{ range .Archive }}

{{ .Date }} | {{ .Title }}

{{ end }}
-- cgit v1.2.3