From 16bf64f009a8f56c7b44d4768cba4eb4bd1e0d1e Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 8 Jun 2022 17:40:19 -0700 Subject: [PATCH] Add mising

--- layouts/_default/notes.html | 8 +++++--- layouts/partials/posts.html | 10 ++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/layouts/_default/notes.html b/layouts/_default/notes.html index bc78166..d482489 100644 --- a/layouts/_default/notes.html +++ b/layouts/_default/notes.html @@ -17,9 +17,11 @@ {{ .Title }} - Noted - {{- if gt (sub .Lastmod.Unix .Date.Unix) 3600 -}} - , updated {{ .Lastmod.Format "2006-01-02 15:04:05" }} +

+ Noted + {{- if gt (sub .Lastmod.Unix .Date.Unix) 3600 -}} + , updated {{ .Lastmod.Format "2006-01-02 15:04:05" }} +

{{- end }}
{{- if .Params.replyURI -}} diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index 88b9b1e..555cd7e 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -39,10 +39,12 @@ {{- else -}} {{- end }} - Posted - {{- if lt .Date .Lastmod -}} - , updated {{ .Lastmod.Format "2006-01-02" }} - {{- end }} +

+ Posted + {{- if lt .Date .Lastmod -}} + , updated {{ .Lastmod.Format "2006-01-02" }} + {{- end }} +

{{ .Description }}

{{- partial "wordcount.html" . -}}