aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-30 14:15:47 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-30 14:15:47 +0100
commit5dbfb0ecec4d45c39bbfe292d8084e2e8e1910c2 (patch)
tree5d74c59229d3ca0dd515d411305d10bad10400ce /templates/index.html
parentef93a0e32c06b3133884c17c5d5265ac0e138f6e (diff)
downloadmitjafelicijan.com-5dbfb0ecec4d45c39bbfe292d8084e2e8e1910c2.tar.gz
Made the side more retro!
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