diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-31T19·16+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-31T19·21+0000 |
commit | cd8022ce038eeb7302639e2849dc15c083ad4aca (patch) | |
tree | c349e04db67b287c05fb1db57823e7c334ffd4cb /web/tvl | |
parent | 9b973c201120d7168611134f4aa4d6536f9ccd38 (diff) |
revert(web/tvl): Revert 's/The V/tazjin's v/"' r/2367
This was originally done when "the purge" happened, and I don't think it's quite accurate anymore. This reverts commit 94846503c59b4155cc98280ef1c5cbcf69696ff9. Change-Id: I4be2bccfa68505a2f663ab1695e547321d2dd0b8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2709 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 552940cb5135..0b9749bda2db 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -14,10 +14,10 @@ let <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="description" content="tazjin's Virus Lounge"> + <meta name="description" content="The Virus Lounge"> <link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all"> <link rel="icon" type="image/webp" href="/static/favicon.webp"> - <title>tazjin's Virus Lounge</title> + <title>The Virus Lounge</title> <style> svg { max-width: inherit; @@ -27,16 +27,16 @@ let </head> <body class="light"> <header> - <h1><a class="blog-title" href="/">tazjin's Virus Lounge</a> </h1> + <h1><a class="blog-title" href="/">The Virus Lounge</a> </h1> <hr> </header> <main> - <img alt="tazjin's Virus Lounge" src="/static/virus_lounge.webp"> + <img alt="The Virus Lounge" src="/static/virus_lounge.webp"> </main> <p> - Welcome to <b>tazjin's Virus Lounge</b>. We're a random group of + Welcome to <b>The Virus Lounge</b>. We're a random group of people who feel undersocialised in these trying times, and we've decided that there isn't enough spontaneous socialising on the internet. |