Skip to content

Commit

Permalink
renamed styles.less to main.less
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Nov 9, 2014
1 parent 8dccc1d commit c75a6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
File renamed without changes.
6 changes: 2 additions & 4 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ html
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='description', content='')
meta(name='csrf-token', content=_csrf)
meta(name='author', content='')
title #{title} | Hackathon Starter
!= css('styles')
title #{title} - Hackathon Starter
!= css('main')
body
include partials/navbar

Expand Down

0 comments on commit c75a6ee

Please sign in to comment.