Rename paige.link.hide_page to disable

This commit is contained in:
Will Faught
2023-10-09 21:02:49 -07:00
parent e4c6b38836
commit dcc76cf367
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
{{ partial "paige/footer-first.html" . }}
{{ end }}
{{ if and $linkcontent $linkurl (not ($page.Param "paige.link.hide_page")) }}
{{ if and $linkcontent $linkurl (not ($page.Param "paige.link.disable")) }}
<p class="text-center" id="paige-link">
<a class="link-secondary" href="{{ $linkurl }}">{{ $linkcontent }}</a>
</p>