diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 9c4fef3..ccb0251 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -10,10 +10,6 @@

{{ .Title | markdownify }}

- -
{{- if .Date -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ecc6c3a..1fefd8b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,9 +7,28 @@ {{ .Title }} + +
+ {{- if .Date -}} + + {{- end -}} + {{- with .Params.Author -}} + + {{- end -}} +
+ +
+ {{ .Description | markdownify }} +
+ {{ partial "cover.html" . }} - {{ .TableOfContents }} + + {{ .Content | replaceRE "()" `${1} ${3}` | safeHTML }}