diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index c6d978d..27c9c7d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,8 @@ <div> <div class="home"> <a href="/forbidden-salamanders" class="home-title">Forbidden Salamanders</a> - <span> at </span><a href="/">cyfraeviolae.org</a> + <span> at </span><a class="site" href="/">cyfraeviolae.org</a> + <a class="source" href="/git/forbidden-salamanders">[src]</a> </div> <div class="crumbs"> <a href="/forbidden-salamanders/key-commitment">key commitment</a> @@ -21,8 +22,6 @@ <a href="/forbidden-salamanders/nonce-reuse">nonce reuse</a> <span class="sep"> · </span> <a href="/forbidden-salamanders/mac-truncation">mac truncation</a> - <span class="sep"> · </span> - <a href="/git/forbidden-salamanders">source code</a> </div> </div> <p> |