mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
style: change date format to YYYY-MM-DD
This commit is contained in:
parent
70f0156a4d
commit
baf690f532
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
<li class="md-meta__item">
|
||||
<!-- SECTION Customization -->
|
||||
<time datetime="{{ post.config.date.created }}">
|
||||
{{ post.config.date.created | date }}
|
||||
{{ post.config.date.created.strftime("%Y-%m-%d") }}
|
||||
</time>
|
||||
{% if post.config.date.updated %}
|
||||
<time datetime="{{ post.config.date.updated }}">
|
||||
(Updated {{ post.config.date.updated | date }})
|
||||
(Edited {{ post.config.date.updated.strftime("%Y-%m-%d") }})
|
||||
</time>
|
||||
{% endif %}
|
||||
<!-- !SECTION Customization -->
|
||||
|
|
Loading…
Reference in a new issue