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" . -}}