From: Yihui Xie Date: Mon, 19 Jun 2017 19:51:07 +0000 (-0500) Subject: no need to be global here X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bfe749bfdb771988c019da6b6e7bb6ab01ca5cca;p=brevno-suite%2Fthemes%2Fxmin no need to be global here --- diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2a4cae8..3dfda29 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@

{{ .Title }}

{{ with .Params.author }}

{{ . }}

{{ end }} -{{ if .Params.date }}

{{ $.Date.Format "2006/01/02" }}

{{ end }} +{{ if .Params.date }}

{{ .Date.Format "2006/01/02" }}

{{ end }}