Remove unneeded parentheses

master
Will Faught 3 years ago
parent 1710fd720c
commit 8355f253d1

@ -4,7 +4,7 @@
<p class="text-center text-muted">{{ .Site.Copyright | markdownify }} · <a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p> <p class="text-center text-muted">{{ .Site.Copyright | markdownify }} · <a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p>
{{ else if .Site.Copyright }} {{ else if .Site.Copyright }}
<p class="text-center text-muted">{{ .Site.Copyright | markdownify }}</p> <p class="text-center text-muted">{{ .Site.Copyright | markdownify }}</p>
{{ else if (not .Site.Params.paigehidethemelink) }} {{ else if not .Site.Params.paigehidethemelink }}
<p class="text-center"><a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p> <p class="text-center"><a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a></p>
{{ end }} {{ end }}
</footer> </footer>

Loading…
Cancel
Save