diff --git a/web/atward/indexHtml/default.nix b/web/atward/indexHtml/default.nix index ed5f65cd4..adf7c1761 100644 --- a/web/atward/indexHtml/default.nix +++ b/web/atward/indexHtml/default.nix @@ -4,6 +4,11 @@ depot.web.tvl.template { useUrls = true; title = "atward"; content = '' + atward + ====== + + ---------- + **atward** is [TVL's](https://tvl.fyi/) search service. It can be configured as a browser search engine for easy access to TVL bugs, code reviews, code paths and more. diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 2a471fadc..50b3eac2f 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -12,6 +12,11 @@ let homepage = depot.web.tvl.template { title = "The Virus Lounge"; content = '' + The Virus Lounge + ================ + + ------- + ![The Virus Lounge](/static/virus_lounge.webp) Welcome to **The Virus Lounge**. We're a random group of diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix index fe316b670..37a6545af 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 + '' -
-

${title}

-
-
''; inherit content;