We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d872396 + 81535ed commit 1c4824dCopy full SHA for 1c4824d
templates/blog-post.html
@@ -12,7 +12,7 @@
12
<h2 class="mb-0">{{ this.title }}</h2>
13
{{ check_file('content' + this.parent.parent.path + '/authors/' + this.author + '/contents.lr') }}
14
<p class="meta text-muted mt-0 mb-2">by <a href="{{ author|url }}">{{ render_author_name(author) }}</a>
15
- on {{ this.pub_date|dateformat('EEEE, yyyy-''MM-d') }}</p>
+ on {{ this.pub_date|dateformat("YYYY-MM-dd") }}</p>
16
{% if this.series|length %}
17
{% set series = this.parent.parent.children.get('series').children.get(this.series) %}
18
<div class="card bg-light mb-2">
0 commit comments