diff --git a/layouts/_default/index.html b/layouts/_default/index.html
new file mode 100644
index 0000000..c2a79c0
--- /dev/null
+++ b/layouts/_default/index.html
@@ -0,0 +1,40 @@
+{{ define "main" }}
+
+
+{{ if .Title }}
+
+
+
+
+ {{ if or .Params.Author site.Author.name }}
+ {{ .Params.Author | default site.Author.name }}
+ {{ end }}
+
+ {{ .Title }}
+
+
+
+
+ {{ if .Params.tags }}
+
+ {{ end }}
+
+
+ {{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
+ {{ if and (gt (len $pages) 1) (in $pages . ) }}
+
+ {{ end }}
+
+
+ {{ if and site.DisqusShortname (not (eq .Params.comments false)) }}
+
+
+ {{ end }}
+
+
+{{ end }}