This commit is contained in:
Justin Ethier 2016-08-18 23:01:52 -04:00
parent b4ec8e66e9
commit ded17bacad

View file

@ -58,7 +58,7 @@
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>{{ page.title }}</h1>
<h2>{{ post.date | date: "%b %d %Y" }}</h2>
<h2>{{ page.date | date: "%b %d %Y" }}</h2>
{{ content }}
</section>
</div>