feat: replace HTML arrow entities with vector SVG icons for consistency
All checks were successful
Deploy Theme / deploy (push) Successful in 32s

This commit is contained in:
2026-02-22 07:42:27 +01:00
parent f431b97559
commit df38d7d9ef
4 changed files with 15 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<h2 class="text-4xl md:text-6xl font-bold mb-12">Page Not Found</h2>
<a href="{{@site.url}}" class="btn-primary">
&larr; Back to Home
<span class="mr-2">{{> "icons/arrow-left"}}</span> Back to Home
</a>
{{#get "posts" limit="3" include="tags,authors"}}