diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-27 16:24:13 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-27 16:24:13 +0200 |
| commit | f495cce74dcbb31d06610a687d64adcc3455cd58 (patch) | |
| tree | 517c4ce7b78b229edcd7f01b5b5dc8ff53fc4102 /layouts/partials/home/header.html | |
| parent | 32596202d78a0550abdaa41349d86bf44287c7b9 (diff) | |
Add link to blog w/styling
Diffstat (limited to 'layouts/partials/home/header.html')
| -rw-r--r-- | layouts/partials/home/header.html | 1 |
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> |
