aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 6a9efd0..aa5bde2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,10 +2,10 @@
2 2
3{{ define "add-navigation" }} 3{{ define "add-navigation" }}
4<nav class="additional"> 4<nav class="additional">
5 <a href="#current">current</a> 5 <a href="#current">Current</a>
6 <a href="#posts">posts</a> 6 <a href="#posts">Posts</a>
7 <a href="#notes">notes</a> 7 <a href="#notes">Notes</a>
8 <a href="#sideprojects">side projects</a> 8 <a href="#sideprojects">Side projects</a>
9</nav> 9</nav>
10{{ end }} 10{{ end }}
11 11