about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-05-12T14·07+0200
committersterni <sternenseemann@systemli.org>2021-05-12T15·36+0000
commit513e733f8a37fcb1b829edad06c5cece389a5442 (patch)
tree9dd9d5cdeab282ba654fa899a707a52154099b34
parent040416b3eb6525af6dcd8fb3ae813a2e3e9006c9 (diff)
feat(tvl/template): link to atward in footer r/2586
Change-Id: I929b8344251ceaba5a22c735c599407a0ec162a6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3113
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r--web/tvl/template/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix
index 26efef6de3..a48003de8d 100644
--- a/web/tvl/template/default.nix
+++ b/web/tvl/template/default.nix
@@ -45,6 +45,8 @@ writeText "index.html" (''
         <a class="uncoloured-link" href="https://b.tvl.fyi/">bugs</a>
         |
         <a class="uncoloured-link" href="https://todo.tvl.fyi/">todos</a>
+        |
+        <a class="uncoloured-link" href="https://atward.tvl.fyi/">search</a>
       </p>
       <p class="lod">ಠ_ಠ</p>
     </footer>