diff options
author | ahriman <ahriman@falte.red> | 2019-09-17 01:12:58 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-17 01:12:58 -0400 |
commit | 2fb62b0fee2620a55b7dc5a2f116a0a620522a30 (patch) | |
tree | 5a123890e8d9264a527f82e170158b19a99a772a /stats.php | |
parent | 4612340198dfec0bb2f3625440ce54a9a4bcb752 (diff) | |
download | site-2fb62b0fee2620a55b7dc5a2f116a0a620522a30.tar.gz |
fixed nav links
Diffstat (limited to 'stats.php')
-rw-r--r-- | stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.php b/stats.php index a8445a6..936db8c 100644 --- a/stats.php +++ b/stats.php @@ -16,7 +16,7 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> + <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://git.tilde.institute/institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> :: <a href="tilde.json"><code>tilde.json</code></a> </div> <div id="content"> <br /> |