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
4
blog.njk
4
blog.njk
|
|
@ -16,10 +16,10 @@ title: Adrian Victor:Blog
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ post.url }}">{{ post.data.postTitle }}</a><br>
|
<a href="{{ post.url }}">{{ post.data.postTitle }}</a><br>
|
||||||
{{ post.data.date }}
|
{{ post.data.date | dateFilter("yyyy-MM-dd") }}
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue