From c6bf53c10a72be1b5f1df4b9c3e9c7ffc91b6f47 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Aug 2023 19:29:17 +0200 Subject: Added on label for post and note --- templates/note.html | 2 +- templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/note.html b/templates/note.html index 4ce21a0..a7e6b6c 100644 --- a/templates/note.html +++ b/templates/note.html @@ -6,7 +6,7 @@ {{ define "content" }}

{{ .Page.Title }}

-

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

+

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }} on {{ .Config.Title }}'s blog

{{ .Page.HTML }}
diff --git a/templates/post.html b/templates/post.html index 7b6c18e..7ba8c00 100644 --- a/templates/post.html +++ b/templates/post.html @@ -6,7 +6,7 @@ {{ define "content" }}

{{ .Page.Title }}

-

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

+

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }} on {{ .Config.Title }}'s blog

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