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 | |
| parent | 06b7acc14eb27b1d079312d8530baa220ccac179 (diff) | |
Update pgp to the static file
| -rw-r--r-- | data/home/index.yaml | 1 | ||||
| -rw-r--r-- | layouts/partials/home/header.html | 2 | ||||
| -rw-r--r-- | static/pgp.html (renamed from static/pgp.key) | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/data/home/index.yaml b/data/home/index.yaml index 9f5c9b8..8af5213 100644 --- a/data/home/index.yaml +++ b/data/home/index.yaml @@ -8,6 +8,7 @@ Meta: Github: https://github.com/a14m StackOverflow: https://stackoverflow.com/users/1769515/a14m LinkedIn: https://www.linkedin.com/in/a14m + PGP: /pgp.html Summary: Platform engineer with 10+ years of experience in software development 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> diff --git a/static/pgp.key b/static/pgp.html index 855c21b..855c21b 100644 --- a/static/pgp.key +++ b/static/pgp.html |
