Add paige_pinned_page translation

This commit is contained in:
Will Faught
2023-03-19 18:55:45 -07:00
parent 9234b5b045
commit 1da8b503c1
3 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,7 @@
<div class="{{ $class }}">
{{ with $title }}
<p class="mb-0 paige-title text-center">{{ if $pinned -}} <i class="bi bi-pin-fill text-primary" style="margin-left: -2.5ch; position: absolute"><span class="visually-hidden">Pinned page</span></i> {{ end }}<a href="{{ $titlelink }}">{{ . }}</a></p>
<p class="mb-0 paige-title text-center">{{ if $pinned -}} <i class="bi bi-pin-fill text-primary" style="margin-left: -2.5ch; position: absolute"><span class="visually-hidden">{{ i18n "paige_pinned_page" }}</span></i> {{ end }}<a href="{{ $titlelink }}">{{ . }}</a></p>
{{ end }}
{{ with $description }}