Skip to content

Commit

Permalink
Haml linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine committed Oct 11, 2016
1 parent 0e57b96 commit 7415531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .haml-lint.yml
Expand Up @@ -3,4 +3,3 @@
skip_frontmatter: true
exclude:
- "source/_analytics.html.haml"
- "source/_head-contents.html.haml"
2 changes: 1 addition & 1 deletion source/layouts/layout.html.haml
Expand Up @@ -2,5 +2,5 @@
%html
%head
= partial "head-contents"
%body{:class => page_classes}
%body{ class: page_classes }
= yield

0 comments on commit 7415531

Please sign in to comment.