From 64c02b39dc6b3e719b91a1fd99c34f7c59b539b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 08:03:51 +0100 Subject: [PATCH] refactor: streamline all icons to use class placeholder and update callers --- error-404.hbs | 2 +- partials/icons/arrow-left.hbs | 2 +- partials/icons/arrow-right.hbs | 2 +- partials/icons/logo.hbs | 2 +- partials/post-navigation.hbs | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/error-404.hbs b/error-404.hbs index 020d82d..cde7bb7 100644 --- a/error-404.hbs +++ b/error-404.hbs @@ -5,7 +5,7 @@

Page Not Found

- {{> "icons/arrow-left"}} Back to Home + {{> "icons/arrow-left" class="w-4 h-4"}} Back to Home {{#get "posts" limit="3" include="tags,authors"}} diff --git a/partials/icons/arrow-left.hbs b/partials/icons/arrow-left.hbs index 4370a69..37d7b5b 100644 --- a/partials/icons/arrow-left.hbs +++ b/partials/icons/arrow-left.hbs @@ -1,3 +1,3 @@ - + diff --git a/partials/icons/arrow-right.hbs b/partials/icons/arrow-right.hbs index a1c944f..81dfe23 100644 --- a/partials/icons/arrow-right.hbs +++ b/partials/icons/arrow-right.hbs @@ -1,3 +1,3 @@ - + diff --git a/partials/icons/logo.hbs b/partials/icons/logo.hbs index 3c2e7fd..1008c19 100644 --- a/partials/icons/logo.hbs +++ b/partials/icons/logo.hbs @@ -1,4 +1,4 @@ - + diff --git a/partials/post-navigation.hbs b/partials/post-navigation.hbs index f135cbe..9277423 100644 --- a/partials/post-navigation.hbs +++ b/partials/post-navigation.hbs @@ -3,7 +3,7 @@