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

@@ -38,7 +38,7 @@
{{ partial "paige/func-include.html" (dict "name" "site-header-first%s.html" "page" $page) | safeHTML }}
{{ with $title }}
<div class="display-1 fw-bold {{ if not (or $breadcrumbs $description $menu) }} paige-row-tall {{ end }} text-center" id="paige-site-title">
<div class="display-5 fw-bold {{ if not (or $breadcrumbs $description $menu) }} paige-row-tall {{ end }} text-center" id="paige-site-title">
<a class="text-body text-decoration-none" href="{{ relLangURL `` }}">{{ . }}</a>
</div>
{{ end }}