Fix broken a tag

This fixes the missing close `</a>` tag for the "previous" button.
This commit is contained in:
Eric Huss 2025-09-15 20:17:11 -07:00
parent fb4fa867d1
commit 737090abf1

View file

@ -227,6 +227,7 @@
{{else}} {{else}}
{{fa "solid" "angle-left"}} {{fa "solid" "angle-left"}}
{{/if}} {{/if}}
</a>
{{/if}} {{/if}}
{{#if next}} {{#if next}}