{{ end }}
-{{ partial "footer" . }}
\ No newline at end of file
+{{ partial "footer" . }}
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
new file mode 100644
index 0000000..546c530
--- /dev/null
+++ b/layouts/blog/list.html
@@ -0,0 +1,21 @@
+{{ partial "head_meta" . }}
+{{ partial "header" . }}
+
+ Blog
+ {{ range .Pages }}
+
+ {{ end }}
+
+{{ partial "footer" . }}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
new file mode 100644
index 0000000..21dda3b
--- /dev/null
+++ b/layouts/blog/single.html
@@ -0,0 +1,13 @@
+
+{{ partial "head_meta" . }}
+{{ partial "header" . }}
+
+
+
+
+
+{{ partial "footer" . }}
\ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 01d4b1b..eb9fa2e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,7 +5,7 @@
{{ if .Site.Home.AllTranslations}}
{{ end }}