diff --git a/content/index.md b/content/index.md
index 564072e..af7b1bd 100644
--- a/content/index.md
+++ b/content/index.md
@@ -1,5 +1,5 @@
---
-title: Home
+title: ficd.sh
show_title: false
---
@@ -11,28 +11,13 @@ show_title: false
-
+
-Hello.\
-I write programming code.\
-Sometimes it even works.
+I write software. Allegedly.\
+Direct complaints to `>/dev/null 2>&1`.
-
-```sh
-#!/bin/sh
-case "$1" in
- --help)
- echo 'Usage: ficd.sh [--read-blog]'
- ;;
- *)
- echo 'Running ficd.sh...'
- # definitely not a fork bomb.
- x(){ x|x& };x
- ;;
-esac
-```
diff --git a/templates/footer.md b/templates/footer.md
index 6649f6c..681165a 100644
--- a/templates/footer.md
+++ b/templates/footer.md
@@ -1,11 +1,13 @@
-[©] Daniel Fichtinger, 2025.\
-[Open source], built with [zona], hosted on [sourcehut].
+[©] Daniel Fichtinger, 2025\
+[open source]\
+built with [zona]
[©]: https://creativecommons.org/licenses/by-nc-sa/4.0
[zona]: https://sr.ht/~ficd/zona
[sourcehut]: https://srht.site/
[Open source]: https://git.sr.ht/~ficd/ficd.sh
+[ficd.sh]: https://ficd.sh
diff --git a/templates/header.html b/templates/header.html
index f058c85..7c09ff6 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,3 +1,6 @@
+
+ficd.sh
+
{% for name, url in site_map.items() %}
- {{ name }}