Browse Source

Remove erroneous double slash in link to js

Double slash here does not work with certain hosting environments, eg S3
pull/328/head
Tim Davies 8 years ago committed by GitHub
parent
commit
2b3f73b6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sigal/themes/galleria/templates/index.html

2
sigal/themes/galleria/templates/index.html

@ -135,7 +135,7 @@
<script src="{{ theme.url }}/leaflet/leaflet.js"></script>
<script src="{{ theme.url }}/leaflet/leaflet-providers.js"></script>
{% endif %}
<script src="{{ theme.url }}//galleria.min.js"></script>
<script src="{{ theme.url }}/galleria.min.js"></script>
<script src="{{ theme.url }}/themes/classic/galleria.classic.min.js"></script>
<script src="{{ theme.url }}/plugins/history/galleria.history.min.js"></script>
<script>

Loading…
Cancel
Save