diff --git a/templates/plist.html b/templates/plist.html
index dec277d..3ce3db0 100644
--- a/templates/plist.html
+++ b/templates/plist.html
@@ -39,19 +39,19 @@
{%- endif -%}
@@ -88,13 +88,13 @@
{%- if blogBase['prevUrl']=='disabled' -%}
{{ i18n['Previous'] }}
{% else -%}
- {{ i18n['Previous'] }}
+ {{ i18n['Previous'] }}
{%- endif -%}
{%- if blogBase['nextUrl']=='disabled' -%}
{{ i18n['Next'] }}
{% else -%}
- {{ i18n['Next'] }}
+ {{ i18n['Next'] }}
{%- endif -%}
diff --git a/templates/post.html b/templates/post.html
index 4f3fdb6..181cb64 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -27,7 +27,7 @@
{{ blogBase['postTitle'] }}
-