Update blog.njk to show better formatted date
This commit is contained in:
parent
3596f18066
commit
eb529886c2
1 changed files with 2 additions and 2 deletions
2
blog.njk
2
blog.njk
|
|
@ -16,7 +16,7 @@ title: Adrian Victor:Blog
|
|||
<li>
|
||||
<p>
|
||||
<a href="{{ post.url }}">{{ post.data.postTitle }}</a><br>
|
||||
{{ post.data.date }}
|
||||
{{ post.data.date | dateFilter("yyyy-MM-dd") }}
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue