diff --git a/little-hesinde/templates/authors.html b/little-hesinde/templates/authors.html
index 7ed2964..b112215 100644
--- a/little-hesinde/templates/authors.html
+++ b/little-hesinde/templates/authors.html
@@ -1,12 +1,12 @@
{% extends "base" %}
{% block title %}
{% if has_previous %}
-← back
+← back
{% endif %}
{% if has_previous and has_more %}|{% endif%}
{% if has_more %}
-more →
+more →
{% endif %}
{% endblock title %}
diff --git a/little-hesinde/templates/books.html b/little-hesinde/templates/books.html
index b378c46..8ccec13 100644
--- a/little-hesinde/templates/books.html
+++ b/little-hesinde/templates/books.html
@@ -1,12 +1,12 @@
{% extends "base" %}
{% block title %}
{% if has_previous %}
-← back
+← back
{% endif %}
{% if has_previous and has_more %}|{% endif%}
{% if has_more %}
-more →
+more →
{% endif %}
{% endblock title %}
diff --git a/little-hesinde/templates/series.html b/little-hesinde/templates/series.html
index fd45715..f276260 100644
--- a/little-hesinde/templates/series.html
+++ b/little-hesinde/templates/series.html
@@ -1,12 +1,12 @@
{% extends "base" %}
{% block title %}
{% if has_previous %}
-← back
+← back
{% endif %}
{% if has_previous and has_more %}|{% endif%}
{% if has_more %}
-more →
+more →
{% endif %}
{% endblock title %}