diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-22T12·19+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-09-22T18·28+0300 |
commit | d0c0227a7b76ee772a048e590ec56caf04886118 (patch) | |
tree | 1935d120e5f1f215da66e539f8843162384c681c /web/atward | |
parent | 87c141d3d76185526bb8684cb518f74cf8f878ff (diff) |
refactor(web/tvl/template): Don't forcefully embed title in page r/2905
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
Diffstat (limited to 'web/atward')
-rw-r--r-- | web/atward/indexHtml/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/atward/indexHtml/default.nix b/web/atward/indexHtml/default.nix index ed5f65cd4118..adf7c1761ad6 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. |