diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 19:55:33 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 20:01:11 +0100 |
commit | 7bf172af8d52f9d5174bf9493a0f20ca56e1b387 (patch) | |
tree | 80dfcc0dcbc35bcbd492dd26a3f30df4fc0b30f9 /src/index.html | |
parent | feat(src): Improve index.html and add a style.css (diff) | |
download | b-peetz.de-7bf172af8d52f9d5174bf9493a0f20ca56e1b387.zip |
refactor(src/writings): Rename from `dead-trees`
These are severed as PDFs, thus calling them dead-tree things is just wrong because that's a reference to actual paper.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index a2cd076..63f1039 100644 --- a/src/index.html +++ b/src/index.html @@ -8,6 +8,6 @@ </head> <body> <h1>Hi!</h1> - <p>For a list of my dead-tree (i.e. paper) projects look <a href="./dead-trees/index.html">here</a></p> + <p>For a list of my written things look <a href="./writings/index.html">here</a></p> </body> </html> |