summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 3a9f582..f2f849f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,8 +14,6 @@
<h1>~penguins.lan</h1>
<nav aria-label="Main">
<a href="/">home.</a>
- <span> | </span>
- <a href="/canvas">place.</a>
{{ if .User }}
<span class="spacer"></span>
<span>🐧 <a style="text-decoration: none;" class="whoami" href="/profile"><span id="me">{{ .User.Username }}</span></a></span>