diff --git a/assets/style.scss b/assets/style.scss index b421644..db2af0e 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -126,3 +126,9 @@ main { width: 100%; span { font-size: .8em; } } + +p.date-published { + margin-bottom: -30px; + font-size: smaller; + font-style: italic; +} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a513dab..f7cec5e 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,9 +1,9 @@ {{- define "main" }}
-

{{ .Title }}

{{- if eq .Params.type "post" }} -

{{ .Date.Format "2. January 2006" }}

+

{{ .Date.Format "2. January 2006" }}

{{- end }} +

{{ .Title }}

{{ .Content -}}