layout: default
<main class=“mw8 w-100 center sans-serif black ph3 mt5”>
<article class="mw7 pr5-m pr5-l"> <header> <h1 class="f2 f1-m f1-l lh-title">{{ page.title }}</h1> <div class="f5 fw4 black mv4"> {% if page.last_modified_at %} <time datetime="{{ page.last_modified_at }}">{{ page.last_modified_at | date: site.date_format }}</time> {% else %} <time datetime="{{ page.date }}">{{ page.date | date: site.date_format }}</time> {% endif %} <span class="ttl">· {% include read_time.html %}</span> </div> </header> <div class="f5 fw4 lh-copy"> {{ content }} {% if page.comments != false %} {% if site.disqus.shortname %} <div class="mt5"> {% include disqus_comments.html %} </div> {% endif %} {% endif %} </div> </article>
</main>