Changed how the blog post links are generated; modified the blog post template to show the post's title and date
This commit is contained in:
@ -7,7 +7,7 @@ layout: page
|
||||
<li>
|
||||
<h5 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h5>
|
||||
<p class="post-info">{{ post.date | date: "%a %b %d, %Y" }}</p>
|
||||
{{ post.content | truncate: 350 }}
|
||||
<p>{{ post.description }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user