From ef213c620d399c1031b354ee0d5ae8386a17bf76 Mon Sep 17 00:00:00 2001 From: Adam Ormsby Date: Tue, 17 Dec 2019 11:44:22 +0700 Subject: [PATCH] remove trailing brace --- layouts/partials/lastmod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/lastmod.html b/layouts/partials/lastmod.html index b5ad502..a9b9693 100644 --- a/layouts/partials/lastmod.html +++ b/layouts/partials/lastmod.html @@ -1,4 +1,4 @@ -{{$hourInSec := 3600}}} +{{$hourInSec := 3600}} {{ if gt .Lastmod (add (time .Date).Unix $hourInSec) }} {{ with .Lastmod }}