diff --git a/layouts/partials/content/components/headline.html b/layouts/partials/content/components/headline.html index 1070847d..79fdb0b8 100644 --- a/layouts/partials/content/components/headline.html +++ b/layouts/partials/content/components/headline.html @@ -1,7 +1,7 @@ {{- $post := .post -}} {{- $headerlevel := .level | compare.Default 2 -}} -{{- fmt.Printf "" $headerlevel | safe.HTML -}} - +{{- fmt.Printf "" $headerlevel | safe.HTML -}} + {{- $post.Title | transform.Markdownify -}} {{- fmt.Printf "" $headerlevel | safe.HTML -}}