Files
paige-hugo/layouts/partials/paige/site.html
2024-04-09 00:02:36 -07:00

9 lines
262 B
HTML

{{ $page := . }}
{{ with $page.Param "paige.site_title" }}
<p class="display-1 fw-bold mb-2 text-center">{{ . | markdownify }}</p>
{{ end }}
{{ with $page.Param "paige.site_description" }}
<p class="lead text-center">{{ . | markdownify }}</p>
{{ end }}