Remove paige_link_to_this_section

This commit is contained in:
Will Faught
2025-03-07 18:40:21 -08:00
parent 65e307e0ad
commit eca9cd3b45
45 changed files with 1 additions and 89 deletions

View File

@@ -56,5 +56,5 @@
{{ end }}
<h{{ $old }} {{ range $k, $v := $attrs }} {{ printf `%s="%s"` $k $v | safeHTMLAttr }} {{ end }}>
<a aria-label="{{ i18n "paige_link_to_this_section" }}" class="text-body text-decoration-none" href="#{{ $context.Anchor }}">{{ $context.Text }}</a>
<a class="text-body text-decoration-none" href="#{{ $context.Anchor }}">{{ $context.Text }}</a>
</h{{ $old }}>