diff --git a/layouts/partials/single/content.html b/layouts/partials/single/content.html
new file mode 100644
index 0000000..7e162f6
--- /dev/null
+++ b/layouts/partials/single/content.html
@@ -0,0 +1,12 @@
+
+
+
+
+
{{ .Title }}
+
{{ .Params.Subtitle }}
+
+
+
+ {{ .Content }}
+
+
diff --git a/layouts/partials/single/sidebar.html b/layouts/partials/single/sidebar.html
new file mode 100644
index 0000000..4fe997e
--- /dev/null
+++ b/layouts/partials/single/sidebar.html
@@ -0,0 +1,20 @@
+{{- $logo := .Params.sidebarlogo }}
+
diff --git a/layouts/partials/single/single.html b/layouts/partials/single/single.html
new file mode 100644
index 0000000..bab0059
--- /dev/null
+++ b/layouts/partials/single/single.html
@@ -0,0 +1,3 @@
+{{ partial "navbar.html" . }}
+{{ partial "navbar-clone.html" . }}
+{{ partial "single/content.html" . }}
diff --git a/layouts/shortcodes/subtitle1.html b/layouts/shortcodes/subtitle1.html
new file mode 100644
index 0000000..d2b9f26
--- /dev/null
+++ b/layouts/shortcodes/subtitle1.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/subtitle2.html b/layouts/shortcodes/subtitle2.html
new file mode 100644
index 0000000..fa6e101
--- /dev/null
+++ b/layouts/shortcodes/subtitle2.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/subtitle3.html b/layouts/shortcodes/subtitle3.html
new file mode 100644
index 0000000..579b393
--- /dev/null
+++ b/layouts/shortcodes/subtitle3.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/subtitle4.html b/layouts/shortcodes/subtitle4.html
new file mode 100644
index 0000000..5b2e070
--- /dev/null
+++ b/layouts/shortcodes/subtitle4.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/subtitle5.html b/layouts/shortcodes/subtitle5.html
new file mode 100644
index 0000000..c89537e
--- /dev/null
+++ b/layouts/shortcodes/subtitle5.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/subtitle6.html b/layouts/shortcodes/subtitle6.html
new file mode 100644
index 0000000..ec9db93
--- /dev/null
+++ b/layouts/shortcodes/subtitle6.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/title1.html b/layouts/shortcodes/title1.html
new file mode 100644
index 0000000..ea776e9
--- /dev/null
+++ b/layouts/shortcodes/title1.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/title2.html b/layouts/shortcodes/title2.html
new file mode 100644
index 0000000..bd59c93
--- /dev/null
+++ b/layouts/shortcodes/title2.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/title3.html b/layouts/shortcodes/title3.html
new file mode 100644
index 0000000..cef5686
--- /dev/null
+++ b/layouts/shortcodes/title3.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/title4.html b/layouts/shortcodes/title4.html
new file mode 100644
index 0000000..2804ab1
--- /dev/null
+++ b/layouts/shortcodes/title4.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/title5.html b/layouts/shortcodes/title5.html
new file mode 100644
index 0000000..a6a4e04
--- /dev/null
+++ b/layouts/shortcodes/title5.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}
diff --git a/layouts/shortcodes/title6.html b/layouts/shortcodes/title6.html
new file mode 100644
index 0000000..ca133da
--- /dev/null
+++ b/layouts/shortcodes/title6.html
@@ -0,0 +1 @@
+
{{ .Get 0 }}