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:
@ -2,4 +2,7 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p class="post-info">{{ page.date | date: "%a %b %d, %Y" }}</p>
|
||||
|
||||
{{ content }}
|
||||
|
Reference in New Issue
Block a user