Add paige.site_title, site_description
This commit is contained in:
8
layouts/partials/paige/site.html
Normal file
8
layouts/partials/paige/site.html
Normal file
@@ -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 }}
|
Reference in New Issue
Block a user