Skip to content

Commit 6e1385c

Browse files
authored
Update blog-post.html
1 parent bf65f20 commit 6e1385c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/blog-post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>{{ this.title }}</h1>
1616
{% else %}
1717
{{ this.author }}
1818
{% endif %}
19-
{{ "on"|trans }} {{ this.pub_date.strftime('%Y/%m/%d')}}
19+
{{ "on"|trans }} {{ this.pub_date.strftime('%Y/%m/%d')}} {{ "post_posted_date"|trans }}
2020
</p>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)