diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e69de29..caad46f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -0,0 +1,34 @@
+
+
+
+ {{ partial "head.html" . }}
+
+
+
+
+
+ {{ .Title }}
+ {{ .Date.Format "02/01/2006" }}
+
+
+
+
+
+
+ {{ partial "js.html" . }}
+
+
diff --git a/layouts/partials/share.html b/layouts/partials/share.html
new file mode 100644
index 0000000..a1e0cd9
--- /dev/null
+++ b/layouts/partials/share.html
@@ -0,0 +1,9 @@
+
+
+ Share
+
\ No newline at end of file