diff --git a/_includes/views/paginator.html b/_includes/views/paginator.html
index 0e03df9..73c56bf 100644
--- a/_includes/views/paginator.html
+++ b/_includes/views/paginator.html
@@ -6,7 +6,7 @@
{% if paginator.previous_page %}
- Prev
+ Prev
{% else %}
Prev
{% endif %}
@@ -16,7 +16,7 @@
{% if paginator.next_page %}
- Next
+ Next
{% else %}
Next
{% endif %}
diff --git a/_includes/views/post-header.html b/_includes/views/post-header.html
index c82bea3..df6447b 100644
--- a/_includes/views/post-header.html
+++ b/_includes/views/post-header.html
@@ -17,7 +17,7 @@
{%- if page.tags.size > 0 -%}
{%- endif -%}