Skip to content

Commit

Permalink
fixed issue in post layout
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsheludko authored Apr 11, 2018
1 parent 045cffc commit 63ebca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1 class="page-title">{{page.title}}</h1>
<div class="page-date"><span>{{page.date | date: '%Y, %b %d'}}&nbsp;&nbsp;&nbsp;&nbsp;</span></div>
</header>
{{page.content | markdownify}}
{{content | markdownify}}
<div class="page-footer">
<div class="page-share">
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}" title="Share on Twitter" rel="nofollow" target="_blank">Twitter</a>
Expand Down

0 comments on commit 63ebca5

Please sign in to comment.