diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 1da7cc1..ec43732 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,31 +1,29 @@ {{- define "stylesheet" -}} - {{- $style := resources.Get "/scss/blog.scss" | resources.ToCSS (dict "outputStyle" "compressed") -}} - +{{- $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" }} - -

-
+
+

{{ .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 }} + +
+{{- end }} \ No newline at end of file