diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index 4f01863d..5d0243e8 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -14,7 +14,7 @@ {{ $series := $page.GetTerms "series" | and ($page.Param "paige.pages.disable_series" | not) }} {{ $tags := $page.GetTerms "tags" }} {{ $time := $page.ReadingTime | and ($page.Param "paige.pages.disable_reading_time" | not) }} -{{ $title := $page.LinkTitle | markdownify | and ($page.Param "paige.pages.disable_title" | not) }} +{{ $title := $page.Title | markdownify | and ($page.Param "paige.pages.disable_title" | not) }} {{ $toc := and $page.Content (ne $page.TableOfContents ``) | and ($page.Param "paige.pages.disable_toc" | not) }} {{ $words := $page.WordCount | and ($page.Param "paige.pages.disable_word_count" | not) }}