Update post.html
This commit is contained in:
parent
d240f3e914
commit
50855b74c2
|
@ -3,16 +3,16 @@ layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<h3>{{page.title}}</h3>
|
<h1>{{page.title}}</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<small>
|
|
||||||
<span>{{page.date | date: "%B %d, %Y" }}</span>
|
<span>{{page.date | date: "%B %d, %Y" }}</span>
|
||||||
/
|
/
|
||||||
<span>by {{page.author}}</span>
|
<span>by {{page.author}}</span>
|
||||||
</small>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue