diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-08-10 19:17:22 +0300 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-08-10 19:19:05 +0300 |
| commit | c6ad9c5edb468ebc8b6576c84c9c37a5a983f1a4 (patch) | |
| tree | a11cf42e83206b1276809ed7a0dc84a8f74616b0 | |
| parent | 7cfc751cc84743b8e2bba8c8d614966526dc83a9 (diff) | |
Rename the pgp key
| -rw-r--r-- | layouts/partials/home/header.html | 2 | ||||
| -rw-r--r-- | static/pgp.key (renamed from static/gpg.key) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home/header.html b/layouts/partials/home/header.html index 7b4d50c..3561466 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 "/gpg.key" }}">PGP</a></div> + <div class="header__pgp"><a href="{{ absURL "/pgp.key" }}">PGP</a></div> </address> </header> diff --git a/static/gpg.key b/static/pgp.key index 855c21b..855c21b 100644 --- a/static/gpg.key +++ b/static/pgp.key |
