From 024db09a6731f9cd8f82c1160faa5a3e6897106c Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Sun, 21 Jul 2024 21:23:35 +0200 Subject: [PATCH] add a title to clarify the PGP link --- src/layouts/Layout.astro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b02fd33..8dc3b92 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -53,7 +53,13 @@ const hasFooter = !!footer;