From 8e7a134492ee5a35463436a4b33da4d59d979eff Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Tue, 15 Jan 2019 15:12:40 -0500 Subject: [PATCH] post layout --- _layouts/post.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _layouts/post.html diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..e06141b --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,13 @@ +--- +layout: default +--- +
+
+

{{ page.title }}

+

{% if page.author %} • {% endif %}

+
+ +
+ {{ content }} +
+