+
- {{ page.title }}
+ {% if page.subTitle %} +{{ page.subTitle }}
+ {% endif %}
- {{ post.date | date: '%B %d, %Y' }}
+
+
+
- -
+ {% for post in site.posts %}
+
-
+ + {{ post.title }} +++ {{ post.date | date: '%B %d, %Y' }} +++ {{ post.excerpt }} ++
+ {% endfor %}
+
- {{ post.excerpt }}
+
+ {% if page.author %}
+
+
-
- {% endfor %}
-
+ {% endif %}
+
+