Skip to content

Commit

Permalink
maps: Add sources for static files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Parnell committed Nov 16, 2022
1 parent 6c798c3 commit da4b801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cove_ofds/templates/cove_ofds/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
{% block after_head %}
<link rel="shortcut icon" href="{% static 'favicon.ico' %}">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/css/leaflet.css' %}">
<script type='text/javascript' src="{% static 'dataexplore/js/leaflet.js' %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/css/leaflet.legend.css' %}">
<script type='text/javascript' src="{% static 'dataexplore/js/leaflet.legend.js' %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/css/leaflet.css' %}"> <!--https://github.com/Leaflet/Leaflet-->
<script type='text/javascript' src="{% static 'dataexplore/js/leaflet.js' %}"></script> <!--https://github.com/Leaflet/Leaflet-->
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/css/leaflet.legend.css' %}"> <!--https://github.com/ptma/Leaflet.Legend-->
<script type='text/javascript' src="{% static 'dataexplore/js/leaflet.legend.js' %}"></script> <!--https://github.com/ptma/Leaflet.Legend-->
<script>try{Typekit.load({ async: true });}catch(e){}</script>
{% endblock %}

Expand Down

0 comments on commit da4b801

Please sign in to comment.