about summary refs log tree commit diff
path: root/web/tvl/template/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'web/tvl/template/default.nix')
-rw-r--r--web/tvl/template/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix
index fe316b6709..37a6545af7 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;