From 8ec03c149084f6fc5fab73028c9ecf517574ccdc Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Sun, 28 Apr 2013 17:12:37 +0200 Subject: [PATCH] added handlebars to references --- public/templates/navigation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/templates/navigation.json b/public/templates/navigation.json index 06ca175..5e16a31 100644 --- a/public/templates/navigation.json +++ b/public/templates/navigation.json @@ -155,6 +155,11 @@ "url": "https://github.com/josephg/ShareJS/wiki", "icon_class": "icon-book" }, + { + "title": "Handlebars", + "url": "http://handlebarsjs.com/", + "icon_class": "icon-home" + }, { "title": "Underscore", "url": "http://underscorejs.org/",