Remove container for site description, title

master
Will Faught 12 months ago
parent 1336b1a963
commit bc9e46d544

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

Loading…
Cancel
Save