diff --git a/layouts/partials/blog-sidebar.html b/layouts/partials/blog-sidebar.html
new file mode 100644
index 0000000..ddc2547
--- /dev/null
+++ b/layouts/partials/blog-sidebar.html
@@ -0,0 +1,46 @@
+{{ "" | safeHTML }}
+
+{{ "" | safeHTML }}
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..08d4e0c
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,39 @@
+
+
+
+
+ {{ .Title }}
+
+ {{ "" | safeHTML }}
+
+
+ {{ with site.Params.author }}{{ end }}
+ {{ hugo.Generator }}
+
+ {{ "" | safeHTML }}
+ {{ range site.Params.plugins.css }}
+
+ {{ end }}
+
+ {{ "" | safeHTML }}
+ {{ $styles := resources.Get "scss/style.scss" | toCSS }}
+
+
+ {{ "" | safeHTML }}
+
+
+
+ {{ with .Params.Image }}
+
+ {{ end }}
+ {{ template "_internal/opengraph.html" . }}
+ {{ template "_internal/google_analytics.html" . }}
+
+
\ No newline at end of file
diff --git a/layouts/partials/preloader.html b/layouts/partials/preloader.html
new file mode 100644
index 0000000..a858500
--- /dev/null
+++ b/layouts/partials/preloader.html
@@ -0,0 +1,15 @@
+{{ if site.Params.preloader.enable }}
+{{ "" | safeHTML }}
+
+
+
+

+
+
+ Welcome to
+ Copper
+
+
+
+{{ "" | safeHTML }}
+{{ end }}
\ No newline at end of file