6 lines
232 B
HTML
6 lines
232 B
HTML
<p>
|
|
{{ range first 1 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
|
|
Last updated <time id="last-update" datetime="{{ .PublishDate }}">{{ .PublishDate.Format "January 2, 2006" }}</time>.
|
|
{{ end }}
|
|
</p>
|