Add paige.site_title, site_description
parent
4c3a3dab70
commit
7e7146620c
@ -0,0 +1,8 @@
|
||||
{{ $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 }}
|
Loading…
Reference in New Issue