M _includes/layouts/base.njk => _includes/layouts/base.njk +5 -1
@@ 45,10 45,14 @@
document.write("<a href=" + "'mailto:" + address + "'>" + "email" + "</a>");;
</script>
/ <a href="https://twitter.com/chronomly">twitter</a>
- / <a href="/blog/">blog</a>
/ <a href="https://sr.ht/~chrono/">sr.ht</a>
/ <a href="https://github.com/Chrono-byte">github</a>
</p>
+ <p>
+ <a href="/blog/">blog</a>
+ / <a href="/work/">work</a>
+ / <a href="/projects/">projects</a>
+ </p>
</header>
<content>
M index.html => index.html +5 -1
@@ 45,10 45,14 @@
document.write("<a href=" + "'mailto:" + address + "'>" + "email" + "</a>");;
</script>
/ <a href="https://twitter.com/chronomly">twitter</a>
- / <a href="/blog/">blog</a>
/ <a href="https://sr.ht/~chrono/">sr.ht</a>
/ <a href="https://github.com/Chrono-byte">github</a>
</p>
+ <p>
+ <a href="/blog/">blog</a>
+ / <a href="/work/">work</a>
+ / <a href="/projects/">projects</a>
+ </p>
</header>
<content>