summaryrefslogtreecommitdiffstats
path: root/layouts/partials/home
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-03-05 05:15:35 +0200
committerAhmed Abdelhalim <[email protected]>2024-03-05 05:15:35 +0200
commitc1fcf759d48b374f54b1c7ae5381170316c26121 (patch)
tree9c7fefd4c98aecdd559a48c245ee65c6cde4559c /layouts/partials/home
parentd3857e05085521c7b211d0f43a377e991c9c0dd2 (diff)
Minor fixes to styles and links
Diffstat (limited to 'layouts/partials/home')
-rw-r--r--layouts/partials/home/header.html2
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>