Move mod content into a separate module

This commit is contained in:
Andrew Miner
2015-04-27 13:30:38 -07:00
parent 36456ba2ab
commit 2d4f60abc2
5020 changed files with 7359 additions and 41322 deletions
-1
View File
@@ -14,7 +14,6 @@ html
block styles
link(rel="stylesheet", type="text/css", href="/css/main.css")
link(rel="stylesheet", type="text/css", href="/css/jquery-ui.css")
body
block body
-1
View File
@@ -11,5 +11,4 @@ script(src="/js/backbone.js")
script(src="/js/jade.js")
script(src="/js/markdown.js")
script(src="/js/when.js")
script(src="/js/jquery-ui.js")
script(src="/js/main.js")