Refactor styles to not apply to includes
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
{{ $credit = markdownify $credit }}
|
{{ $credit = markdownify $credit }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<footer class="my-3 text-center text-secondary" id="paige-site-footer">
|
<footer class="my-3" id="paige-site-footer">
|
||||||
{{ if templates.Exists "partials/paige/footer-first.html" }}
|
{{ if templates.Exists "partials/paige/footer-first.html" }}
|
||||||
{{ partial "paige/footer-first.html" . }}
|
{{ partial "paige/footer-first.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -21,15 +21,15 @@
|
|||||||
{{ if or $copyright $credit $license }}
|
{{ if or $copyright $credit $license }}
|
||||||
<div class="mb-3" id="paige-site-footer">
|
<div class="mb-3" id="paige-site-footer">
|
||||||
{{ with $copyright }}
|
{{ with $copyright }}
|
||||||
<p class="mb-0" id="paige-copyright">{{ . }}</p>
|
<p class="mb-0 text-center text-secondary" id="paige-copyright">{{ . }}</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with $license }}
|
{{ with $license }}
|
||||||
<p class="mb-0" id="paige-license">{{ . }}</p>
|
<p class="mb-0 text-center text-secondary" id="paige-license">{{ . }}</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with $credit }}
|
{{ with $credit }}
|
||||||
<p class="mb-0" id="paige-credit">{{ . }}</p>
|
<p class="mb-0 text-center text-secondary" id="paige-credit">{{ . }}</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user