Remove time from dates
This commit is contained in:
parent
335c0d5efa
commit
5f0378ac01
9 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
date: {{ substr .Date 0 10 }}
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue