Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eastig authored Dec 10, 2019
1 parent 4fd02ff commit 5b79779
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

<article class="post">
<h1>{{ page.title }}</h1>
<p class="date">{{ page.date | date:"%d %B %Y" }}</p>

<div class="entry">
{{ content }}
</div>

<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>

<p class="signature">&mdash; Evgeny Astigeevich</p>

{% include disqus.html %}
</article>

0 comments on commit 5b79779

Please sign in to comment.