Skip to content

Commit

Permalink
Update html5.html.twig
Browse files Browse the repository at this point in the history
Fixed wrong normalize.css path. Should fix #23
  • Loading branch information
lmammino committed Nov 21, 2013
1 parent c771961 commit 05a7418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/html5.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% block head_css %}
{% stylesheets
'components/normalize.css/normalize.css'
'components/normalize-css/normalize.css'
'components/html5-boilerplate/css/main.css'
%}
<link rel="stylesheet" href="{{ asset_url }}" >
Expand Down

0 comments on commit 05a7418

Please sign in to comment.