From 4baf633622bd75492ce1e62336c8c2c99c44e13d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 5 Nov 2021 13:41:10 +0100 Subject: refactor(web/tvl/template): Move footer into a separate target This makes it possible for the footer to be reused in other places, e.g. when templating blog posts (which do not go through //web/tvl/template (yet)). Change-Id: Ia8ab0e1c6db4f76b4de49239e11a4474038f60ae Reviewed-on: https://cl.tvl.fyi/c/depot/+/3773 Tested-by: BuildkiteCI Reviewed-by: sterni --- web/tvl/template/default.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'web/tvl/template/default.nix') diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix index b91016c22f11..f33274f02edd 100644 --- a/web/tvl/template/default.nix +++ b/web/tvl/template/default.nix @@ -37,21 +37,7 @@ runCommandNoCC "index.html" { footerPart = ''
''; -- cgit 1.4.1