We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3137d84 commit a72401aCopy full SHA for a72401a
templates/blog-post.html
@@ -4,7 +4,7 @@
4
{% block body %}
5
<h2 class="mb-0">{{ this.title }}</h2>
6
<p class="meta text-muted mt-0">by <a href="/blog/authors/{{ this.author }}">{{ this.author }}</a>
7
- on {{ this.pub_date|dateformat('full') }}</p>
+ on {{ this.pub_date|dateformat('EEEE, yyyy ''MMMM d') }}</p>
8
<div class="body">{{ this.body }}</div>
9
<hr>
10
<p class="meta mt-0 mb-0"><span class="text-muted">Categories: </span>
0 commit comments