swisskyrepo.github.io/_layouts/post.html

19 lines
281 B
HTML
Executable File

---
layout: default
---
<article class="post">
<h1>{{ page.title }}</h1>
<div class="entry">
{{ content }}
</div>
<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
{% include share-pages.html %}
{% include disqus.html %}
</article>