diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-31T20·55+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-31T21·08+0000 |
commit | 77ef3177964da5354416c7ad59301ef2c749f216 (patch) | |
tree | 8b1fb346862c0059b189616eda5f200ed3167c24 /web/tvl | |
parent | d02eb5f8bf3f324de66f536841ffb293351d92a6 (diff) |
chore(web/tvl): Point footer links at useful things r/2369
These were actually just copy&pasted from the layout of my blog (//users/tazjin/blog), even including a dead link. This commit adds more relevant links instead. Change-Id: Ib55aac492f1f9bff650edfa43b52d3d5d611410c Reviewed-on: https://cl.tvl.fyi/c/depot/+/2713 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 0b9749bda2db..2321f2e00a0d 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -53,11 +53,13 @@ let <hr> <footer> <p class="footer"> - <a class="uncoloured-link" href="https://tazj.in">homepage</a> - | <a class="uncoloured-link" href="https://cs.tvl.fyi/depot/-/blob/README.md">code</a> | - <a class="uncoloured-link" href="https://twitter.com/tazjin">twitter</a> + <a class="uncoloured-link" href="https://cl.tvl.fyi/">reviews</a> + | + <a class="uncoloured-link" href="https://b.tvl.fyi/">bugs</a> + | + <a class="uncoloured-link" href="https://todo.tvl.fyi/">todos</a> </p> <p class="lod">ಠ_ಠ</p> </footer> |