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