Skip to content

Commit

Permalink
js error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reilnuud committed May 25, 2016
1 parent 18326b7 commit 51f2b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/global_page_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{% endif %}
<link rel="stylesheet" href="{{ root_path }}{{ '/css/main.css' | sass_cache_bust }}" />
{% comment %} leaving this here just in case - or page.url == "/the-plan" {% endcomment %}
{% if page.slug == 'national_progress' %}
{% if page.title == 'National Progress' %}
<script src='https://api.mapbox.com/mapbox-gl-js/v0.18.0/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v0.18.0/mapbox-gl.css' rel='stylesheet' />
{% endif %}
Expand Down

0 comments on commit 51f2b5b

Please sign in to comment.