Rename paige-link to paige-file-link

This commit is contained in:
Will Faught
2023-10-11 21:03:28 -07:00
parent 1507dcc0e7
commit 94a84f14fc
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
{{ end }}
{{ if and $linkcontent $linkurl (not ($page.Param "paige.file_link.disable")) }}
<p class="text-center" id="paige-link">
<p class="text-center" id="paige-file-link">
<a class="link-secondary" href="{{ $linkurl }}">{{ $linkcontent }}</a>
</p>
{{ end }}