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 %}