{% include head.html %} {% include navigation.html %}
{% include swipe-instructions.html %}

{{ page.title }}

{{ page.date | date_to_string }} . category: {{ page.category }} . Comments
{% for tag in page.tags %} #{{ tag }} {% endfor %}

{{ page.content | markdownify }}
{% include share.html %} {% if jekyll.environment == "production" %} {% include comments.html %} {% endif %}
{% if site.author_blurb %}
Me

{{ site.author_blurb }}

{% endif%}
{% include footer.html %} {% include js.html %}