summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-02-27 16:24:13 +0200
committerAhmed Abdelhalim <[email protected]>2024-02-27 16:24:13 +0200
commitf495cce74dcbb31d06610a687d64adcc3455cd58 (patch)
tree517c4ce7b78b229edcd7f01b5b5dc8ff53fc4102 /layouts
parent32596202d78a0550abdaa41349d86bf44287c7b9 (diff)
Add link to blog w/styling
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/home/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/home/header.html b/layouts/partials/home/header.html
index e5cc6fe..1575c4f 100644
--- a/layouts/partials/home/header.html
+++ b/layouts/partials/home/header.html
@@ -10,5 +10,6 @@
<div class="header__stackoverflow"><a href="{{ .StackOverflow }}">StackOverflow</a></div>
<div class="header__linkedin"><a href="{{ .LinkedIn }}">LinkedIn</a></div>
<div class="header__pgp"><a href="{{ .PGP }}">PGP</a></div>
+ <div class="header__blog"><a href="/blog">Blog</a></div>
</address>
</header>