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, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2d4fa93..854a845 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,7 +14,7 @@
<body>
<nav>
<a href="/">Tube</a>
- <a href="/upload">Upload</a>
+ <a class="centered" href="/upload">Upload</a>
</nav>
<main>
{{template "content" .}}