@ -1059,6 +1059,8 @@ Page identifiers:
<dd>The series.</dd>
<dt><code>#paige-site-description</code></dt>
<dd>The site description.</dd>
<dt><code>#paige-site-footer</code></dt>
<dd>The container of the site copyright, license, and credit content.</dd>
<dt><code>#paige-site-title</code></dt>
<dd>The site title.</dd>
<dt><code>#paige-title</code></dt>
@ -62,6 +62,8 @@
</div>
{{ end }}
{{ if or $copyright $credit $license }}
<div class="mb-3" id="paige-site-footer">
{{ with $copyright }}
<p class="mb-0" id="paige-copyright">{{ . }}</p>
@ -73,6 +75,8 @@
{{ with $credit }}
<p class="mb-0" id="paige-credit">{{ . }}</p>
{{ if templates.Exists "partials/paige/footer-last.html" }}
{{ partial "paige/footer-last.html" . }}