diff --git a/content/explore.md b/content/explore.md
index fa6b651..d320571 100644
--- a/content/explore.md
+++ b/content/explore.md
@@ -27,6 +27,7 @@ Side projects built into the site.
- [/flights](/flights) — flight schedule processor
- [/pixel-art](/pixel-art) — pixel art editor
- [/ascii-art](/ascii-art) — image to ASCII art converter
+- [/ytdl](/ytdl) — video downloader powered by yt-dlp
---
diff --git a/hugo.toml b/hugo.toml
index f267085..7088099 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -83,6 +83,12 @@ contentDir = "content"
parent = "explore"
weight = 9
+[[menus.main]]
+ name = "ytdl"
+ url = "/ytdl"
+ parent = "explore"
+ weight = 10
+
[[menus.footer]]
name = "RSS"
url = "/index.xml"
diff --git a/layouts/index.html b/layouts/index.html
index 4c8cabd..93e2aa4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -18,6 +18,11 @@
Status Dashboard
Kansas City situation awareness — weather, traffic, cameras
+
+ ⬇️
+ ytdl
+ Download video or audio from YouTube and other sites
+