Skip to content

Commit

Permalink
[#1] Pulling in mapbox styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Vea committed Oct 9, 2015
1 parent ba458b6 commit 23a3d33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions views/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<html>
<head>
<meta charset="utf-8">
<title></title>
<title>Hawaii Bikeshare</title>
<link href='https://api.mapbox.com/mapbox.js/v2.2.2/mapbox.css' rel='stylesheet' />
</head>
<body>
<main>
{% block content %}{% endblock %}
</main>
{% block content %}{% endblock %}
</body>
</html>

0 comments on commit 23a3d33

Please sign in to comment.