--- layout: default --- {{content}}
{% for post in site.posts %}

{{ post.date | date_to_string | upcase }}

{{ post.title }}

{{ post.excerpt }}read more {% if site.disqus_shortname and jekyll.environment == "production" %} {% assign str = post.url | prepend: site.url | prepend: site.baseurl %} {% assign num = str | size | minus: 1 %} {% endif %}
{% endfor %}