{{- define "stylesheet" -}} {{- $style := resources.Get "/scss/blog.scss" | resources.ToCSS (dict "outputStyle" "compressed") -}} {{- end -}} {{- define "header" }} {{ .Title }} {{ .Date | time.Format "2. January 2006" }} {{ i18n "blog-post-updated" }} {{ .Lastmod | time.Format "2. January 2006" }} {{ end }} {{- define "main" }} {{ .Content -}} {{ partial "moreposts.html" . }} {{- end }}
{{ .Date | time.Format "2. January 2006" }} {{ i18n "blog-post-updated" }} {{ .Lastmod | time.Format "2. January 2006" }}