Skip to content

Commit

Permalink
Use minified style
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Broder committed Jul 25, 2014
1 parent 1264b58 commit 839306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _noita/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
title="{{ site.noita.name }}" type="application/atom+xml">

<link rel="stylesheet" href="/noita/foundation/css/normalize.css">
<link rel="stylesheet" href="/noita/foundation/css/foundation.css">
<link rel="stylesheet" href="/noita/foundation/css/foundation.min.css">
{% for stylesheet in site.noita.stylesheets %}
<link rel="stylesheet" href="{{ stylesheet }}">
{% endfor %}
Expand Down Expand Up @@ -89,7 +89,7 @@ <h1>{{ page.title }}</h1>
<script src="/noita/foundation/js/vendor/fastclick.js"></script>
<script src="/noita/foundation/js/foundation.min.js"></script>
<script>$(document).foundation();</script>

{% for javascript in site.noita.javascripts %}
<script src="{{ javascript }}"></script>
{% endfor %}
Expand Down

0 comments on commit 839306f

Please sign in to comment.