{% assign post_url = post.url | absolute_url %}
{{ post.date | date: "%A %m.%d.%y" | downcase }}

{{ post.title }}

{% if include.show_excerpt == true and post.show_excerpt != false %} {{ post.excerpt }}
read more ▼
{% else %} {{ post.content }} {% endif %}
{% for tag in post.tags %} {% capture tag_url %}tag/{{ tag }}.html{% endcapture %} {% assign absolute_tag_url = tag_url | absolute_url %}   {% endfor %}