23 lines
478 B
HTML
23 lines
478 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article class="post">
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
<h6>Written on {{ page.date | date: "%B %e, %Y" }} {% if page.author %} by {{ page.author }} {% endif %}</h6>
|
|
{% if page.modified %}<h6>Last modified on {{ page.modified | date: "%B %e, %Y" }}</h6>{% endif %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container post">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
{% include disqus.html %}
|
|
|
|
</article>
|