diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2c7d201..144130f 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -4,9 +4,9 @@
{{ if eq .Title "Wiki Index" }}
{{ else }}
diff --git a/layouts/index.html b/layouts/index.html
index cdb4a08..f752ee3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,3 +1,3 @@
{{ define "main" }}
- {{ .Content }}
+{{ .Content }}
{{ end }}
\ No newline at end of file