diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 95e8794..997dbb9 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -3,7 +3,6 @@ {{ end }} {{ define "content" }} - {{ time.Format "Monday, Jan 2, 2006" "2015-01-21" }} {{- $all := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" .Site.Params.searchSections }} {{ $days := int (mul (mul (int .Site.Params.featured_expire) 7) -1) }} {{ $featured := where (where (where $all ".Params.featured" "=" true) "Type" "in" .Site.Params.searchSections) ".Params.Lastmod" "gt" (now.AddDate 0 0 $days) }}