Skip to content

Commit

Permalink
using bootstrap.css instead of minified to use bootswatch
Browse files Browse the repository at this point in the history
  • Loading branch information
arocks committed Sep 18, 2014
1 parent ad5a9c6 commit 0250614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>{% templatetag openblock %} block title {% templatetag closeblock %}{% templatetag openblock %} include "_brandname.html" {% templatetag closeblock %} :: {% templatetag openblock %} endblock {% templatetag closeblock %}</title>

<!-- Bootstrap core CSS -->
<link href="{% templatetag openblock %} static 'bootstrap/css/bootstrap.min.css' {% templatetag closeblock %}" rel="stylesheet">
<link href="{% templatetag openblock %} static 'bootstrap/css/bootstrap.css' {% templatetag closeblock %}" rel="stylesheet">

<!-- Custom styles for this site -->
{% templatetag openblock %} block styles {% templatetag closeblock %}
Expand Down Expand Up @@ -126,4 +126,3 @@ <h1>New Project</h1>
{% templatetag openblock %} endblock scripts {% templatetag closeblock %}
</body>
</html>

0 comments on commit 0250614

Please sign in to comment.