From 80e33cd3fec76d7730a3503560da05757b307856 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 3 May 2019 19:29:18 +0100 Subject: [PATCH] Set enabled for sponsor us page --- source/_includes/nav.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index 95be4b8..4ee0084 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -15,7 +15,7 @@ title: 'Sponsor us', href: '/sponsor-us', active: page.url == '/sponsor-us', - enabled: true, + enabled: now|date('U') < site['date'], } ] %}