Skip to content

Commit a72401a

Browse files
authored
Updates blog date format
This updates the blog date format to the same order as ISO 8601 format. This fixes issue creativecommons#64
1 parent 3137d84 commit a72401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blog-post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% block body %}
55
<h2 class="mb-0">{{ this.title }}</h2>
66
<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>
7+
on {{ this.pub_date|dateformat('EEEE, yyyy ''MMMM d') }}</p>
88
<div class="body">{{ this.body }}</div>
99
<hr>
1010
<p class="meta mt-0 mb-0"><span class="text-muted">Categories: </span>

0 commit comments

Comments
 (0)