Linked blogpost headers on homepage up to posts
This commit is contained in:
parent
ea558e66fd
commit
5c2832e352
3 changed files with 10 additions and 5 deletions
|
@ -6,7 +6,7 @@ layout: default
|
|||
{% for post in site.posts %}
|
||||
<article class="post">
|
||||
|
||||
<h1>{{ post.title }}</h1>
|
||||
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
||||
|
||||
<div class="date">
|
||||
{{ post.date | date: "%B %e, %Y" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue