+ {% for post in site.posts %}
+
+
+ {% if post.image %}{% endif %}
+ {% if post.date %}
+{{ post.title }}
+{{ post.date }}
{% endif %} +{{ post.content }}
+ {% endfor %} +diff --git a/_layouts/allposts.html b/_layouts/allposts.html new file mode 100644 index 0000000..b4c570c --- /dev/null +++ b/_layouts/allposts.html @@ -0,0 +1,39 @@ + + + + +{% include head.html %} + +
+ + {% include header.html %} + + + +{{ post.date }}
{% endif %} +{{ post.content }}
+ {% endfor %} +