diff options
Diffstat (limited to 'web/tvl/template')
-rw-r--r-- | web/tvl/template/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix index fe316b670934..37a6545af767 100644 --- a/web/tvl/template/default.nix +++ b/web/tvl/template/default.nix @@ -30,10 +30,6 @@ runCommandNoCC "index.html" { '' + lib.optionalString (args ? extraHead) extraHead + '' </head> <body class="light"> - <header> - <h1><a class="blog-title" href="/">${title}</a> </h1> - <hr> - </header> ''; inherit content; |