summaryrefslogtreecommitdiff
path: root/content/about.md
diff options
context:
space:
mode:
authorNicholas Johnson <mail@nicholasjohnson.ch>2024-11-25 00:00:00 +0000
committerNicholas Johnson <mail@nicholasjohnson.ch>2024-11-25 00:00:00 +0000
commitb1eed925e590b4ace01e3a2f648ba9fb6ee5dcde5b1bacbe212b89929a644872 (patch)
tree7da5177e276b904fde4c41addc440630cb342a4c38054b953a516b0a6e28f7ad /content/about.md
parent82aaab74d01951547b48cda9db1d9fca4e479167b3dcd3fc99acc611cda80065 (diff)
downloadjournal-b1eed925e590b4ace01e3a2f648ba9fb6ee5dcde5b1bacbe212b89929a644872.tar.gz
journal-b1eed925e590b4ace01e3a2f648ba9fb6ee5dcde5b1bacbe212b89929a644872.zip
Move static files to subdirectory and update links
It's good practice to keep static website assets isolated to their own subdirectory.
Diffstat (limited to 'content/about.md')
-rw-r--r--content/about.md4
1 files changed, 2 insertions, 2 deletions
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
```