diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk
index f798067..b6b07a8 100644
--- a/_includes/layouts/post.njk
+++ b/_includes/layouts/post.njk
@@ -6,4 +6,4 @@ templateClass: tmpl-post
 
 {{ layoutContent | safe }}
 
-<p><a href="{{ '/' | url }}">🔙 Home</a></p>
\ No newline at end of file
+<p><a href="{{ '/' | url }}">← Home</a></p>
\ No newline at end of file