diff --git a/tmpl/home.page.tmpl b/tmpl/home.page.tmpl
index 41852d8..9b59646 100644
--- a/tmpl/home.page.tmpl
+++ b/tmpl/home.page.tmpl
@@ -93,13 +93,6 @@
An rss email notification service using SSH.
-
-
-
-
A private docker image registry using SSH for authentication.
-
@@ -226,28 +219,6 @@ Cya!
-
-
Push and pull docker images using SSH
-
-
-
Open a tunnel to our docker registry:
-
ssh -L 1338:localhost:80 -N imgs.sh
-
-
-
-
-
-
- Now you are authenticated! You are now able to push
- and pull like normal:
-
-
docker push localhost:1338/alpine:latest
-docker pull localhost:1338/alpine:latest
-
All images sent to us are private and scoped to your user automatically.
-
-
-
-