remove trailing brace
This commit is contained in:
parent
285e9e879a
commit
ef213c620d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{$hourInSec := 3600}}}
|
||||
{{$hourInSec := 3600}}
|
||||
|
||||
{{ if gt .Lastmod (add (time .Date).Unix $hourInSec) }}
|
||||
{{ with .Lastmod }}
|
||||
|
|
Loading…
Reference in a new issue