diff options
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/homepage.html | 2 | ||||
-rw-r--r-- | design/templates/archives/map.html | 6 | ||||
-rw-r--r-- | design/templates/archives/writing.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index bda8c33..692b21c 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -39,4 +39,4 @@ {% endfor %} </section> {% endblock %} -{% block js %}<script async src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>{% endblock%} +{% block js %}<script async src="/media/js/hyphenate.min.js" type="text/javascript"></script>{% endblock%} diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html index 05df67c..5b495af 100644 --- a/design/templates/archives/map.html +++ b/design/templates/archives/map.html @@ -64,8 +64,8 @@ Google Maps code </section> {% endblock %} {% block js %} -<script type="text/javascript" src="{{MEDIA_URL}}js/leaflet-providers.js"></script> -<!--<script type="text/javascript" src="{{MEDIA_URL}}js/mainmap.js"></script>--> -<script type="text/javascript" src="{{MEDIA_URL}}js/mainmap.min.js"></script> +<script type="text/javascript" src="/media/js/leaflet-providers.js"></script> +<!--<script type="text/javascript" src="/media/js/mainmap.js"></script>--> +<script type="text/javascript" src="/media/js/mainmap.min.js"></script> {% endblock%} diff --git a/design/templates/archives/writing.html b/design/templates/archives/writing.html index e704998..dc8ea66 100644 --- a/design/templates/archives/writing.html +++ b/design/templates/archives/writing.html @@ -35,4 +35,4 @@ -{% block js %}<script src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>{% endblock%} +{% block js %}<script src="/media/js/hyphenate.min.js" type="text/javascript"></script>{% endblock%} |