Remove unnecessary time parse

master
Will Faught 2 years ago
parent af59c26b7a
commit 295931ba77

@ -9,7 +9,7 @@
{{ $subpages := (cond $page.IsHome site $page).RegularPages }}
{{ $subtitle := $page.Description }}
{{ $title := "" }}
{{ $updated := time site.LastChange }}
{{ $updated := site.LastChange }}
{{ if and $pagetitle $sitetitle }}
{{ if $page.IsHome }}

Loading…
Cancel
Save