diff --git a/templates/paginator.html b/templates/paginator.html
index dca2e4d9..cf768e07 100644
--- a/templates/paginator.html
+++ b/templates/paginator.html
@@ -1,6 +1,6 @@
{{if gt .LastPage 1}}
- {{if gt .Page 1}}
+ {{if gt .Page 1}}
{{end}}
{{range .PageList}}
@@ -9,6 +9,6 @@
{{if ne .LastPage .Page}}
-
{{end}}
+
{{end}}
{{end}}
\ No newline at end of file
diff --git a/templates/topic_alt.html b/templates/topic_alt.html
index 2be3ac21..7d47030a 100644
--- a/templates/topic_alt.html
+++ b/templates/topic_alt.html
@@ -1,10 +1,7 @@
{{template "header.html" . }}
-{{if gt .Page 1}}