Add paigeshowfullpages page parameter

This commit is contained in:
Will Faught
2022-12-14 00:46:33 -08:00
parent 4fec568d74
commit 806f0cafe0
3 changed files with 33 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
{{ $title = .Site.Title }}
{{ end }}
{{ end }}
{{ if $title }}
{{ if and $title (not .Params.paigeshowfullpages) }}
<h1 class="{{ $class }} fw-bold text-center">
{{ with .Params.link }}
<a href="{{ . }}">{{ $title | markdownify }}</a>