From df38d7d9ef95b2358aebcdbea1d8d27babf53423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 07:42:27 +0100 Subject: [PATCH] feat: replace HTML arrow entities with vector SVG icons for consistency --- error-404.hbs | 2 +- partials/icons/arrow-left.hbs | 3 +++ partials/icons/arrow-right.hbs | 3 +++ partials/post-navigation.hbs | 10 ++++++++-- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 partials/icons/arrow-left.hbs create mode 100644 partials/icons/arrow-right.hbs diff --git a/error-404.hbs b/error-404.hbs index 83c3dd8..020d82d 100644 --- a/error-404.hbs +++ b/error-404.hbs @@ -5,7 +5,7 @@

Page Not Found

- ← Back to Home + {{> "icons/arrow-left"}} Back to Home {{#get "posts" limit="3" include="tags,authors"}} diff --git a/partials/icons/arrow-left.hbs b/partials/icons/arrow-left.hbs new file mode 100644 index 0000000..4370a69 --- /dev/null +++ b/partials/icons/arrow-left.hbs @@ -0,0 +1,3 @@ + + + diff --git a/partials/icons/arrow-right.hbs b/partials/icons/arrow-right.hbs new file mode 100644 index 0000000..a1c944f --- /dev/null +++ b/partials/icons/arrow-right.hbs @@ -0,0 +1,3 @@ + + + diff --git a/partials/post-navigation.hbs b/partials/post-navigation.hbs index 1b8c4bc..f135cbe 100644 --- a/partials/post-navigation.hbs +++ b/partials/post-navigation.hbs @@ -2,7 +2,10 @@ {{#prev_post}} @@ -11,7 +14,10 @@ {{#next_post}}