diff --git a/layouts/_default/list.html b/layouts/_default/list.html index f1e10c0..6579599 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,38 +1,28 @@ {{ partial "header.html" . }} {{ partial "navbar.html" . }} -
- {{ .Date.Format "2006-01-02" }} -
-{{ .Date.Format "Mon Jan 2, 2006" }} {{ i18n "authored_by" }} - - {{ .Params.author | default .Site.Params.author }} - -
-+ {{ .Date.Format "2006-01-02" }} +
- {{ .Date.Format "Mon Jan 2, 2006" }} - {{ i18n "authored_by" }} - {{ .Params.author | default .Site.Params.author }} + {{ .Date.Format "2006-01-02" }}
{{ partial "headline-hash.html" .Content }}