diff options
-rw-r--r-- | _layouts/default.html | 5 | ||||
-rw-r--r-- | index.html | 19 |
2 files changed, 18 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 0157203..8599240 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -33,6 +33,11 @@ })(); /* ]]> */ </script> + <!-- (1) Moot depends on jQuery v1.7 or greater --> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> + + <!-- (1) Moot client application --> + <script src="http://cdn.moot.it/1.1/moot.min.js"></script> </head> <body> @@ -35,6 +35,7 @@ title: <h2>Backbone Boilerplate</h2> <ul class="tutorials"> <li><a href="http://backboneboilerplate.com">Backbone Boilerplate - Using require.js with build system</a></li> + <li><a target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a></li> </ul> <h2>Demo apps!</h2> <ul class="tutorials"> @@ -46,10 +47,16 @@ title: </ul> -<h2>External Tutorials</h2> -<ul class="tutorials"> - <li><a target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a></li> - <li><a target="_blank" href="http://weblog.bocoup.com/organizing-your-backbone-js-application-with-modules">Organizing Your Backbone.js Application with Modules</a></li> - <li><a target="_blank" href="http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io">Backbone.js and socket.io</a></li> -</ul> + <!-- (2) Placeholder for the forum. The forum will be rendered inside this element --> + <a class="moot" href="http://api.moot.it/backbonetutorials"></a> + + <!-- + (2) Example tag for commenting, put it on a different page + <a class="moot" href="http://api.moot.it/backbonetutorials/blog#my-blog-entry"></a> + + (2) Example tag for threaded commenting + <a class="moot" href="http://api.moot.it/backbonetutorials/blog/my-large-blog-entry"></a> + + Moot paths are awesome: http://moot.it/docs/?backbonetutorials#path + -->
\ No newline at end of file |