Changes to HTML tags and styling choices

This commit is contained in:
2025-07-01 15:23:32 -04:00
parent 8219b9fe0c
commit 201a496d2e
5 changed files with 8 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
{{ partial "paige/func-include.html" (dict "name" "page-header-first%s.html" "page" $page) | safeHTML }}
{{ with $title }}
<h1 class="fw-bold" id="paige-page-title" {{ if $microdata }} itemprop="headline name" {{ end }}>{{ if $link }}<a href="{{ $link }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}</h1>
<h2 class="fw-bold" id="paige-page-title" {{ if $microdata }} itemprop="headline name" {{ end }}>{{ if $link }}<a href="{{ $link }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}</h2>
{{ end }}
{{ with $description }}