diff options
Diffstat (limited to 'templates/archives')
-rw-r--r-- | templates/archives/homepage.html | 2 | ||||
-rw-r--r-- | templates/archives/writing.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/archives/homepage.html b/templates/archives/homepage.html index 2436795..7cb371e 100644 --- a/templates/archives/homepage.html +++ b/templates/archives/homepage.html @@ -44,4 +44,4 @@ {% endblock %} -{% block js %}<script src="/media/js/hyphenate.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file +{% block js %}<script src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file diff --git a/templates/archives/writing.html b/templates/archives/writing.html index 7628272..3f8bca3 100644 --- a/templates/archives/writing.html +++ b/templates/archives/writing.html @@ -48,4 +48,4 @@ -{% block js %}<script src="{{MEDIA_URL}}js/hyphenate.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file +{% block js %}<script src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file |