From ac5b114dc3a8c53bc218019535cd3fe97ab5a912 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 11 Jul 2023 13:40:51 +0200 Subject: Added note, post details in the posts --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 28ffad2..2518d1a 100644 --- a/templates/post.html +++ b/templates/post.html @@ -6,7 +6,7 @@ {{ define "content" }}

{{ .Page.Title }}

-

{{ .Page.Created.Format "Jan 2, 2006" }}

+

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}

{{ .Page.HTML }}
-- cgit v1.2.3