Update index.html
This commit is contained in:
parent
50855b74c2
commit
bda353fdda
|
@ -9,11 +9,9 @@ layout: default
|
||||||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||||
|
|
||||||
<p class='info'>
|
<p class='info'>
|
||||||
<span>{{page.date | date: "%B %d, %Y" }}</span>
|
<span>{{post.date | date: "%B %d, %Y" }}</span>
|
||||||
/
|
/
|
||||||
<span>
|
<span>by {{post.author}}</span>
|
||||||
by {{page.author}}
|
|
||||||
</span>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
|
@ -23,4 +21,4 @@ layout: default
|
||||||
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
|
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue