diff --git a/layouts/partials/content_header.html b/layouts/partials/content_header.html index 93877a7..67a29b9 100644 --- a/layouts/partials/content_header.html +++ b/layouts/partials/content_header.html @@ -1,9 +1,12 @@ -
-

{{ .Title }}

+
+

{{ .Title | markdownify }}

+ {{ with .Description -}} +

{{ . }}

+ {{- end }} - {{ if and (not (eq .Section "about")) .Date }} - - {{ end }} + {{ with .Date -}} + + {{- end }} {{- if .Params.series -}} {{- $series := .GetTerms "series" -}}