id | title | date | author | layout | geo_public |
---|---|---|---|---|---|
2115 |
Articles |
2015-09-22 20:03:57 +0000 |
delton137 |
page |
Note: As of February 2021, new articles are mostly being posted on my Substack!
<iframe src="https://moreisdifferent.substack.com/embed" width="480" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>-
{% for post in site.posts %}
{% if post.layout == "post" %}
{% capture y %}{{post.date | date:"%Y"}}{% endcapture %}
{% if year != y %}
{% assign year = y %}
- {{ y }} {% endif %}
- {{ post.date | date:"%Y-%m-%d" }} {{ post.title }} {% endif %} {% if post.layout == "redirected" %} {% capture y %}{{post.date | date:"%Y"}}{% endcapture %} {% if year != y %} {% assign year = y %}
- {{ y }} {% endif %}
- {{ post.date | date:"%Y-%m-%d" }} {{ post.substacktitle}} {% endif %} {% endfor %}