diff --git a/commands/initfiles/layouts/post.html b/commands/initfiles/layouts/post.html index cf8cbdb..cb2c743 100644 --- a/commands/initfiles/layouts/post.html +++ b/commands/initfiles/layouts/post.html @@ -18,7 +18,7 @@ layout: base
- {{ page.date | date: "%d/%m/%Y" }} + {{ page.date | date: "%Y-%m-%d" }} {% for tag in page.tags %} #{{tag}} diff --git a/docs/layouts/base.html b/docs/layouts/base.html index 2774714..9803bda 100644 --- a/docs/layouts/base.html +++ b/docs/layouts/base.html @@ -50,7 +50,7 @@ {{ content }} - {% if page.date %}{{ page.date | date: "%d/%m/%Y" }} + {% if page.date %}{{ page.date | date: "%Y-%m-%d" }} {% for tag in page.tags %} #{{tag}}
- {% if page.date %}{{ page.date | date: "%d/%m/%Y" }} + {% if page.date %}{{ page.date | date: "%Y-%m-%d" }} {% for tag in page.tags %} #{{tag}}