layout: default
<article class=“baskerville pb5”>
<header class="avenir tc-l ph3 ph4-ns pt4 pt5-ns"> <h1 class="f3 f2-m f-subheadline-l measure lh-title fw1 mt0 playfair">{{ page.title }}</h1> <time class="f5 f4-l db fw1 montserrat mb4"> {{ page.date | date: "%b %d, %y" }}</time> </header> <div class="ph3 ph4-m ph5-l"> <div class="measure db center f5 f4-ns lh-copy tj"> <p> {{ content }} </p> </div> </div>
</article>
{% if page.comments and jekyll.environment == “production” %}
<div class="measure db center f5 f4-ns lh-copy"> {% include disqus.html %} </div>
{% endif %}