2021-10-07 01:10:23 -05:00
|
|
|
{{define "aside" }}
|
|
|
|
{{ if .Params.description }}<p>{{ .Params.description }}</p>{{ end }}
|
2022-01-05 17:22:53 -06:00
|
|
|
<p>
|
|
|
|
{{ if .Lastmod }}Last Modified: {{ .Lastmod.Format "2006-01-02" }}{{ end }}
|
|
|
|
</p>
|
2021-10-07 01:10:23 -05:00
|
|
|
{{ end }}
|