diff options
author | ahriman <ahriman@falte.red> | 2018-12-10 02:28:01 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-10 02:28:01 -0500 |
commit | d4a35e2f2e44597614411153dc3d276dbbd91529 (patch) | |
tree | 5c411997e5f4ee6c1c1449ce79c83a1bc0b11af9 /coc.html | |
parent | 241772b6fccd5467a589e991a8c0cea477331160 (diff) | |
download | site-d4a35e2f2e44597614411153dc3d276dbbd91529.tar.gz |
fixed nav links for stats page
Diffstat (limited to 'coc.html')
-rw-r--r-- | coc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coc.html b/coc.html index c3e6d50..018362d 100644 --- a/coc.html +++ b/coc.html @@ -15,7 +15,7 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a> + <a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a> </div> <div id="content"> <h1>tilde.institute code of conduct</h1> |