summaryrefslogtreecommitdiff
path: root/www/blog/index.html
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2020-02-16 23:35:11 -0500
committerStephen Enders <smenders@gmail.com>2020-02-16 23:35:11 -0500
commitc182bbd28f8826a4bb0a7a52a373597a433cc1a3 (patch)
tree15edba1771a6d274d5473782fa9463989271c79d /www/blog/index.html
parent4111a0d563e7905cdd5ecd72c5ae05ff9ba264bc (diff)
Fixed nav links on blog index
Diffstat (limited to 'www/blog/index.html')
-rw-r--r--www/blog/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/blog/index.html b/www/blog/index.html
index 1d9fa62..b3a0c54 100644
--- a/www/blog/index.html
+++ b/www/blog/index.html
@@ -10,7 +10,7 @@
<div id='header'>
<a class='title' href='/'>senders.io</a>
<nav>
- <a href="./resume">Resume</a> <a href="./blog">Blog</a> <a href=
+ <a href="/resume">Resume</a> <a href="/blog">Blog</a> <a href=
"https://github.com/s3nd3r5">Github</a>
</nav>
</div>