Updated README and sorting out folder case issue.

This commit is contained in:
photonstorm
2013-10-23 13:30:23 +01:00
parent f1f42e4d41
commit 4a51ac4671
333 changed files with 2058 additions and 26 deletions
@@ -0,0 +1,19 @@
<section>
<header>
<?js if (children.length > 0) { ?>
<ul><?js
var self = this;
children.forEach(function(t) { ?>
<li><?js= self.tutoriallink(t.name) ?></li>
<?js }); ?></ul>
<?js } ?>
<h2><?js= header ?></h2>
</header>
<article>
<?js= content ?>
</article>
</section>