+
Posts
+ {% for post in paginator.posts %}
+
{{ post.date | date: '%Y-%m-%d' }} >> {{ post.title }}{{ post.categories }}
+ {% endfor %}
+
+
+
+ {% if paginator.total_pages > 1 %}
+ {% if paginator.next_page %}
+
<- Older
+ {% endif %}
+ {% if paginator.previous_page %}
+
Newer ->
+ {% endif %}
+ {% endif %}
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..5e4dd5f
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,24 @@
+
+
+
+ {% include head.html %}
+
+
+
+
+
{{ page.title }}
+
{{ page.date | date_to_string }} - {{ page.author }}
+
+
+