diff options
Diffstat (limited to 'web/tvl/template/default.nix')
-rw-r--r-- | web/tvl/template/default.nix | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix index b91016c22f11..f33274f02edd 100644 --- a/web/tvl/template/default.nix +++ b/web/tvl/template/default.nix @@ -37,21 +37,7 @@ runCommandNoCC "index.html" { footerPart = '' <hr> <footer> - <p class="footer"> - <a class="uncoloured-link" href="https://at.tvl.fyi/?q=%2F%2FREADME.md">code</a> - | - <a class="uncoloured-link" href="https://cl.tvl.fyi/">reviews</a> - | - <a class="uncoloured-link" href="https://tvl.fyi/builds">ci</a> - | - <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> - '' + lib.optionalString (args ? extraFooter) extraFooter + '' - </p> - <p class="lod">ಠ_ಠ</p> + ${depot.web.tvl.footer args} </footer> </body> ''; |