Add underscores to parameters

This commit is contained in:
Will Faught
2022-12-15 20:03:50 -08:00
parent bc708f24f8
commit df5ec6296e
11 changed files with 24 additions and 24 deletions

View File

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