From d80c7d32f7ba6e3f59bb7928e4075a63cf6da3fd Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 18 Jun 2024 18:44:07 -0600 Subject: new article, clean up blog post metadata --- layouts/blog/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 807e2bb..668fd65 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,6 +1,6 @@ {{ partial "head.html" . }}

{{$.Title}}

-

Posted by Bryson Steck on {{.Date.Format "January 2, 2006"}}

+

Posted {{.Date.Format "January 2, 2006"}}


{{.Content}} {{ partial "foot.html" . }} -- cgit v1.2.3