From cbca0f742f3c5aa37388f0fd24f6d5be5be63e2e Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sun, 7 Jul 2019 13:36:39 -0400 Subject: [PATCH] Add micropost layout --- _layouts/micropost.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _layouts/micropost.html diff --git a/_layouts/micropost.html b/_layouts/micropost.html new file mode 100644 index 0000000..4b26dcb --- /dev/null +++ b/_layouts/micropost.html @@ -0,0 +1,24 @@ +--- +layout: default +single: true +--- + +{% include header.html %} + +
+
+ {% include article.html %} +
+ + +
+ +{% include footer.html %}