diff --git a/layouts/partials/time.html b/layouts/partials/time.html index 8f4b78b..ccc94a7 100644 --- a/layouts/partials/time.html +++ b/layouts/partials/time.html @@ -1 +1 @@ -{{ .Date.Format "2006/01/02 15:04" }} +{{ .Date.Format "2006/01/02" }} {{ if ne (.Date.Format "15:04") "00:00" }}{{ .Date.Format "15:04" }}{{ end }}