From b1eed925e590b4ace01e3a2f648ba9fb6ee5dcde5b1bacbe212b89929a644872 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 25 Nov 2024 00:00:00 +0000 Subject: Move static files to subdirectory and update links It's good practice to keep static website assets isolated to their own subdirectory. --- content/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/about.md') diff --git a/content/about.md b/content/about.md index 69f5a46..16b6f30 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ SimpleX is my preferred method of contact. It's private and secure. My LibrePlanet talk contains a slide (at timestamp 00:40) verifying that the signing key below belongs to me. -[:key: Signify Key](/signify.pub) +[:key: Signify Key](/static/signify.pub) [:tv: LibrePlanet Talk](https://media.libreplanet.org/u/libreplanet/m/taking-back-the-web-with-haketilo/) The git-signify helper script can use my signing key to verify the authenticity of this journal. @@ -76,5 +76,5 @@ To provide some assurance that I don't use AI tools to write this journal, I tim ```sh git clone --recursive https://git.nicholasjohnson.ch/journal -ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/timestamp-2.ots +ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/static/timestamp-2.ots ``` -- cgit v1.2.3