diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-03-05 05:15:35 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-03-05 05:15:35 +0200 |
| commit | c1fcf759d48b374f54b1c7ae5381170316c26121 (patch) | |
| tree | 9c7fefd4c98aecdd559a48c245ee65c6cde4559c /layouts/partials | |
| parent | d3857e05085521c7b211d0f43a377e991c9c0dd2 (diff) | |
Minor fixes to styles and links
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/home/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home/header.html b/layouts/partials/home/header.html index 1575c4f..9cc8ef1 100644 --- a/layouts/partials/home/header.html +++ b/layouts/partials/home/header.html @@ -4,7 +4,7 @@ <address class="header__contact-info"> <div class="header__location">{{ .Location }}</div> <div class="header__email"><a href="mailto:{{ .Email }}">{{ .Email }}</a></div> - <div class="header__website"><a href="{{ .Site.BaseURL }}">website</a></div> + <div class="header__website"><a href="{{ .Website }}">website</a></div> <div class="header__srht"><a href="{{ .Srht }}">sr.ht</a></div> <div class="header__github"><a href="{{ .Github }}">Github</a></div> <div class="header__stackoverflow"><a href="{{ .StackOverflow }}">StackOverflow</a></div> |
