diff options
| author | delta <darkussdelta@gmail.com> | 2026-07-25 14:36:14 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-07-25 14:36:14 +0200 |
| commit | f1290dc0d7fb38e3647d08c7592b4ff83a1c0624 (patch) | |
| tree | ce8d75019bbefd74ce3d887fad32b3b7a065697a | |
| parent | c6ab658fb6083aa1fe7b02b876ed683c6278f92b (diff) | |
fix titles
| -rw-r--r-- | 404.md | 4 | ||||
| -rw-r--r-- | credits.md | 4 | ||||
| -rw-r--r-- | index.md | 2 | ||||
| -rw-r--r-- | posts.md | 2 | ||||
| -rw-r--r-- | privacy.md | 4 | ||||
| -rw-r--r-- | projects.md | 2 |
6 files changed, 15 insertions, 3 deletions
@@ -1,2 +1,6 @@ +--- +title: 404 +--- + {{ .zs/components/wavy 404 }} <div>if you got here via a link (be it external or from this site), please <a href="/">notify</a> me asap</div> @@ -1,3 +1,7 @@ +--- +title: credits +--- + - [twoexem](https://twoexem.com) - for hosting my website and being a good friend - [aporetic](https://github.com/protesilaos/aporetic) - the font used on this website - [zs](https://git.mills.io/prologic/zs) - the tool used to build this website @@ -1,5 +1,5 @@ --- -title: Homepage +title: homepage --- <div> @@ -1,5 +1,5 @@ --- -title: Ramblings +title: ramblings --- {{ list blog }} @@ -1,3 +1,7 @@ +--- +title: privacy +--- + # Fundamentals This privately operated website processes personal data only to the extent that is technically necessary. Processing is based on my legitimate interest pursuant to Article 6, paragraph 1, letter f of the GDPR. My legitimate interest lies in the technical provision of this website. When you visit the site, your IP address is temporarily processed to enable the website to be delivered to your browser. This or other data is not stored or logged. No cookies, tracking mechanisms, or contact forms are used. diff --git a/projects.md b/projects.md index 4d20881..7b771e6 100644 --- a/projects.md +++ b/projects.md @@ -1,5 +1,5 @@ --- -title: Projects +title: projects --- - [dots](https://git.twoexem.com/dots) - my awesomewm config |
