--- layout: default ---
{% if page.author %} {% if page.author.url %} {% else %} {{ page.author.name }} {% endif %} {% else %} {% if site.author.url %} {% else %} {{ site.author.name }} {% endif %} {% endif %} {% if page.date %}
{% if page.published == false %} (unpublished){% endif %} {% endif %} {% if page.modified %} {% endif %}

{{ page.title | smartify }}

{% if page.subtitle %}

{{ page.subtitle | smartify }}

{% endif %} {% assign drop_cap = content | strip_html | truncate: 1, '' %} {% if drop_cap == '‘' or drop_cap == '“' %} {% assign drop_cap = content | strip_html | truncate: 2, '' %} {% endif %} {% capture drop_cap_html %}{{ drop_cap }}{% endcapture %} {{ content | replace_first:drop_cap,drop_cap_html | replace_first:'

','

' }}
{% include share.html %}
{% include related.html %}