From: Yihui Xie Date: Thu, 18 Apr 2019 18:44:29 +0000 (-0500) Subject: .URL has been deprecated in a recent version of Hugo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d7e19b268c311759dc7edae9916774521ef1b2f8;p=brevno-suite%2Fthemes%2Fxmin .URL has been deprecated in a recent version of Hugo --- diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 70ab4e8..f8a1e05 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -10,7 +10,7 @@ {{ range (where .Data.Pages "Section" "!=" "") }}
  • {{ .Date.Format "2006/01/02" }} - {{ .Title | markdownify }} + {{ .Title | markdownify }}
  • {{ end }}