Move mod content into a separate module
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user