Added title field for create page

This commit is contained in:
Eston Bond
2010-11-04 16:27:53 -07:00
parent ca5bf8b31e
commit a1c6829cfc
7 changed files with 95 additions and 29 deletions
@@ -7,4 +7,9 @@
{{>editor}}
</div>
</div>
</div>
</div>
<script type="text/javascript">
jQuery(document).ready(function() {
$.GollumEditor({ NewFile: true });
});
</script>