From 3e4e292a23a03fd8d7be1271b7c0bbfc76ff4d69 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 7 Oct 2024 21:35:48 -0700 Subject: [PATCH] Update the content header partial --- layouts/partials/content_header.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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" -}}