layout: default


<div class=“post-content”>

<h1>
  {{ page.title }}
</h1>
{% if site.hide_post_date != true %}
  {% include post-date.html %}
{% endif %}
{% if page.image %}
  <div class="featured-image">
    <img src="{{ site.github.url }}/assets/img/{{ page.image }}">
  </div>
{% endif %}
<article>
  {{ content }}
</article>
{% if site.hide_post_share != true %}
  {% include post-share.html %}
{% endif %}
{% if site.hide_related_posts != true %}
  {% include related-posts.html %}
{% endif %}
{% if site.data.settings.disqus.comments %}
  {% include disqus.html %}
{% endif %}

</div>