Better date formatting
This commit is contained in:
parent
fb6c85aea5
commit
86f7671ff6
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<article class="blog-post center">
|
||||
<h1 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h1>
|
||||
<div class="info">
|
||||
Published on {{ post.pub_date }}
|
||||
Published on {{ post.pub_date.strftime("%B %d, %Y") }}
|
||||
</div>
|
||||
{% if include_content %}
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue