You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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 }}