{% extends "_default/base.html" %} {% block content %} {{ page.title }} {{ page.description }} {% for author in page.extra.authors %} {% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %} {% if page.extra.authorImg %} {% endif %} {% endfor %} {% for author in page.extra.authors %} {% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %} {{ author | replace(from='_', to=' ' ) }} {% endfor %} {{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") }} {# · {{ page.news.timeToRead }} min read #} {{ page.content | safe }} {% for tag in page.taxonomies.tags %} {% set fullpath = "/tags/" ~ tag | replace(from='_', to='-' ) %} {{ tag }} {% endfor %} {% endblock content %}
{% for author in page.extra.authors %} {% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %} {{ author | replace(from='_', to=' ' ) }} {% endfor %}
{{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") }} {# · {{ page.news.timeToRead }} min read #}