layout: default
{%- include header.html -%}
<article class=“relative py-16 bg-white overflow-hidden” itemscope itemtype=“schema.org/BlogPosting”>
<header class="relative px-4 sm:px-6 lg:px-8"> <div class="text-lg max-w-prose mx-auto mb-6"> <h1 class="mt-2 mb-8 text-3xl text-center leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10" itemprop="name headline"> {{ page.title | escape }}</h1> </div> <p class="max-w-prose mx-auto mb-6 text-center"> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date: date_format }} </time> {%- if page.modified_date -%} ~ {%- assign mdate = page.modified_date | date_to_xmlschema -%} <time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified"> {{ mdate | date: date_format }} </time> {%- endif -%} {%- if page.author -%} • {% for author in page.author %} <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <span class="p-author h-card" itemprop="name">{{ author }}</span></span> {%- if forloop.last == false %}, {% endif -%} {% endfor %} {%- endif -%}</p> </header> <div class="prose prose-lg text-gray-500 mx-auto" itemprop="articleBody"> {{ content }} </div> {%- if site.disqus.shortname -%} {%- include disqus_comments.html -%} {%- endif -%} <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
{%- include footer.html -%}