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}}