From 5a530fe2a9f0d57dba199c5fcf20e27035151756 Mon Sep 17 00:00:00 2001 From: Saul Badillo Date: Sat, 18 Nov 2023 18:51:26 -0600 Subject: [PATCH] Change blog classes --- layouts/blog/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 3c54532..c58a488 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -5,7 +5,7 @@
-

{{ .PublishDate.Format "January 2, 2006" }} by {{ .Params.author }}

+

{{ .PublishDate.Format "January 2, 2006" }} by {{ .Params.author }}

{{ .Title }}

blog-feature-image {{ .Content }} @@ -17,4 +17,4 @@ {{ partial "call-to-action.html" . }} -{{ end }} \ No newline at end of file +{{ end }}