Rename paigeheaderlink to paige-header-link

This commit is contained in:
Will Faught
2022-12-27 23:12:38 -08:00
parent bd4fcd058e
commit 17607fd8b9
3 changed files with 4 additions and 4 deletions

View File

@@ -4,5 +4,5 @@
{{ $class = "display-1" }}
{{ end }}
{{ $title := .Title | markdownify }}
<h1 class="{{ $class }} fw-bold text-center">{{ if .Params.link }}<a href="{{ .Params.link }}">{{ $title }}</a>{{ else }}{{ $title }}{{ end }}{{ if .Scratch.Get "paige_show_full_pages" }}<a class="small paigeheaderlink" href="{{ .RelPermalink }}">#</a>{{ end }}</h1>
<h1 class="{{ $class }} fw-bold text-center">{{ if .Params.link }}<a href="{{ .Params.link }}">{{ $title }}</a>{{ else }}{{ $title }}{{ end }}{{ if .Scratch.Get "paige_show_full_pages" }}<a class="small paige-header-link" href="{{ .RelPermalink }}">#</a>{{ end }}</h1>
{{ end }}