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
312 B
HTML
9 lines
312 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.site_title" }}
|
|
<p class="display-1 fw-bold mb-2 text-center" id="paige-site-title">{{ . | markdownify }}</p>
|
|
{{ end }}
|
|
{{ with $page.Param "paige.site_description" }}
|
|
<p class="lead text-center" id="paige-site-description">{{ . | markdownify }}</p>
|
|
{{ end }}
|