Add page, site prefixes to all CSS names
This commit is contained in:
@@ -20,15 +20,15 @@
|
||||
{{ partial "paige/func-include.html" (dict "name" "site-footer-first%s.html" "page" $page) }}
|
||||
|
||||
{{ with $copyright }}
|
||||
<p class="paige-row-short text-center text-secondary" id="paige-copyright" {{ if $microdata }} itemprop="copyrightNotice" {{ end }}>{{ . }}</p>
|
||||
<p class="paige-row-short text-center text-secondary" id="paige-site-copyright" {{ if $microdata }} itemprop="copyrightNotice" {{ end }}>{{ . }}</p>
|
||||
{{ end }}
|
||||
|
||||
{{ with $license }}
|
||||
<p class="paige-row-short text-center text-secondary" id="paige-license">{{ . }}</p>
|
||||
<p class="paige-row-short text-center text-secondary" id="paige-site-license">{{ . }}</p>
|
||||
{{ end }}
|
||||
|
||||
{{ with $credit }}
|
||||
<p class="paige-row-short text-center text-secondary" id="paige-credit">{{ . }}</p>
|
||||
<p class="paige-row-short text-center text-secondary" id="paige-site-credit">{{ . }}</p>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "paige/func-include.html" (dict "name" "site-footer-last%s.html" "page" $page) }}
|
||||
|
Reference in New Issue
Block a user