diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-11 23:00:37 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-11 23:00:37 +0100 |
| commit | c48a0225de46026b45e2029d86255ac0c3bd5a1d (patch) | |
| tree | fdc67dd1c3a7760175ef8f60e2a916ebbc00d744 /layouts | |
| parent | 06b7acc14eb27b1d079312d8530baa220ccac179 (diff) | |
Update pgp to the static file
Diffstat (limited to 'layouts')
| -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 3561466..0615f69 100644 --- a/layouts/partials/home/header.html +++ b/layouts/partials/home/header.html @@ -10,6 +10,6 @@ <div class="header__github"><a href="{{ .Github }}">Github</a></div> <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="{{ absURL "/pgp.key" }}">PGP</a></div> + <div class="header__pgp"><a href="{{ .PGP }}">PGP</a></div> </address> </header> |
