{% extends 'default' %} {% block content_wrapper %} {% include 'post/header' %} {% include 'post/intro-image' %}
{% set limit = 'now'|date_modify('-12 months')|date('U') %} {% if page.date|date('U') < limit %}

Warning: This post is over a year old. I don't always update old posts with new information, so some of this information may be out of date.

{% endif %} {{ page.summary|markdown }} {% block excerpt %}{% endblock %} {% block content %}{% endblock %}
{% include 'post/twitter-link' %} {% include 'post/tags' %} {% include 'post/pager' %} {% include 'post/about-author' %} {% endblock %} {% block scripts %} {% endblock %}