From d0c0227a7b76ee772a048e590ec56caf04886118 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 22 Sep 2021 15:19:43 +0300 Subject: refactor(web/tvl/template): Don't forcefully embed title in page This hands more layout control back to the page content instead of the template. There are cases (currently experimenting with logo layout) where it's visually nicer if there isn't a page title, but the rest of the template still applies. Change-Id: Ia3cd0c750beec5408e631760f1faeea8efec91db --- web/atward/indexHtml/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/atward/indexHtml') diff --git a/web/atward/indexHtml/default.nix b/web/atward/indexHtml/default.nix index ed5f65cd41..adf7c1761a 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. -- cgit 1.4.1