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

@@ -50,7 +50,7 @@
{{ partial "paige/page-header.html" $page }}
{{ with $content }}
<main class="mw-100" id="paige-page-content" {{ if $microdata }} itemprop="articleBody" {{ end }}>
<main id="paige-page-content" {{ if $microdata }} itemprop="articleBody" {{ end }}>
{{ partial "paige/func-include.html" (dict "name" "page-body-first%s.html" "page" $page) | safeHTML }}
{{ . | safeHTML }}
{{ partial "paige/func-include.html" (dict "name" "page-body-last%s.html" "page" $page) | safeHTML }}