+ Posted + {{- if lt .Date .Lastmod -}} + , updated + {{- end }} +
{{ .Description }}
{{- partial "wordcount.html" . -}}
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 +
+ Noted + {{- if gt (sub .Lastmod.Unix .Date.Unix) 3600 -}} + , updated +
{{- end }}+ Posted + {{- if lt .Date .Lastmod -}} + , updated + {{- end }} +
{{ .Description }}
{{- partial "wordcount.html" . -}}