roachhd/roachhd.github.io

View on GitHub
_layouts/post.html

Summary

Maintainability
Test Coverage
---
layout: layout
---

<article>
  <h1>
    <a href="{{ page.url }}">{{ page.title }}</a>
  </h1>

  <section class="byline">
    {{ page.date | date: "%B %e, %Y" }}
  </section>

  {{ content }}
  <div class="pull"></div>
  {% include twitter.html %}
  <hr>
  {% include disqus.html %}
</article>