refactor: streamline all icons to use class placeholder and update callers
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -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"}}
|
||||
|
||||
Reference in New Issue
Block a user