Use consistent margins for page header, content, footer

This commit is contained in:
Will Faught
2024-07-12 17:30:08 -07:00
parent 404e818027
commit 8c09422aa0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ $class := slice }}
{{ $class := slice "my-3" }}
{{ $content := $page.Content | replaceRE `(<h[1-6] id="([^"]+)".+)(</h[1-6]+>)` (printf `${1}<a aria-label="%s" class="paige-header-link" href="#${2}"></a>${3}` (i18n "paige_aria_section_link")) }}
{{ $draft := $page.Draft }}
{{ $expired := and $page.ExpiryDate (lt $page.ExpiryDate now) }}