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/writings/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 '')
-rw-r--r-- | src/writings/index.html (renamed from src/dead-trees/index.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dead-trees/index.html b/src/writings/index.html index 0e34505..e055be2 100644 --- a/src/dead-trees/index.html +++ b/src/writings/index.html @@ -1,6 +1,6 @@ <html> <body> - <h1>My paper like things, provided in the portable document format</h1> + <h1>My paper like things, provided in the portable document format (pdf)</h1> <ul> <li><a href="./philosophy/kant_and_free_software.pdf">My essay on free software and Kantian ethics</a></li> <li><a href="./chemistry/facharbeit.pdf">My 'Facharbeit' on Raman Spektrometrie</a></li> |