|
|
@ -38,16 +38,12 @@
|
|
|
|
{{ partial "paige/header-first.html" $page }}
|
|
|
|
{{ partial "paige/header-first.html" $page }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if or $description $title }}
|
|
|
|
{{ with $title }}
|
|
|
|
<div class="mb-3 text-center">
|
|
|
|
<p class="display-1 fw-bold mb-2 text-center" id="paige-site-title">{{ . | markdownify }}</p>
|
|
|
|
{{ with $title }}
|
|
|
|
{{ end }}
|
|
|
|
<p class="display-1 fw-bold mb-2" id="paige-site-title">{{ . | markdownify }}</p>
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{ with $description }}
|
|
|
|
|
|
|
|
<p class="lead text-center" id="paige-site-description">{{ . | markdownify }}</p>
|
|
|
|
{{ with $description }}
|
|
|
|
|
|
|
|
<p class="lead" id="paige-site-description">{{ . | markdownify }}</p>
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ with $menu }}
|
|
|
|
{{ with $menu }}
|
|
|
|