From 7da01d08629ec443a533f5db5723172404a54723 Mon Sep 17 00:00:00 2001
From: ansuz <ansuz@transitiontech.ca>
Date: Tue, 9 May 2017 08:08:00 +0200
Subject: [PATCH] unlist removed examples

---
 www/examples/index.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/examples/index.html b/www/examples/index.html
index e4266b005..9730bc56b 100644
--- a/www/examples/index.html
+++ b/www/examples/index.html
@@ -11,12 +11,10 @@
 <ul>
     <li><a href="/examples/form/">forms</a></li>
     <li><a href="/examples/text/">text</a></li>
-    <li><a href="/examples/hack/">textareas with executable content</a></li>
     <li><a href="/examples/board/">kanban board</a></li>
-    <li><a href="/examples/json/">json objects</a></li>
+    <!-- <li><a href="/examples/json/">json objects</a></li> -->
     <li><a href="/examples/read/">ajax-like get/put behaviour</a></li>
     <li><a href="/examples/render/">render markdown content as html</a></li>
     <li><a href="/examples/style/">edit a page's style tag</a></li>
-    <li><a href="/examples/upload/">upload content</a></li>
 </ul>