summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2019-02-17 22:58:30 -0500
committerStephen Enders <smenders@gmail.com>2019-02-17 22:58:30 -0500
commit959e7cef9e70746255beefd314c10eba5a8c1824 (patch)
tree785b47d0ae8e7403f955bb28cb1247f37a044bb3 /www
parenta77e5999021a6bb71e4779b7d92a0fa59d61161d (diff)
Fix home link on blog page
Diffstat (limited to 'www')
-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 d738f8f..fad1090 100644
--- a/www/blog/index.html
+++ b/www/blog/index.html
@@ -8,7 +8,7 @@
</head>
<body>
<div id='header'>
- <span class='title'>senders.io</span>
+ <a class='title' href='/'>senders.io</a>
<nav>
<a href="./resume">Resume</a> <a href="./blog">Blog</a> <a href=
"https://github.com/s3nd3r5">Github</a>