refactor: streamline all icons to use class placeholder and update callers
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-22 08:03:51 +01:00
parent 94b9134f8e
commit 64c02b39dc
5 changed files with 6 additions and 6 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">
<span class="mr-2">{{> "icons/arrow-left"}}</span> Back to Home
<span class="mr-2">{{> "icons/arrow-left" class="w-4 h-4"}}</span> Back to Home
</a>
{{#get "posts" limit="3" include="tags,authors"}}