diff options
author | luxagraf <sng@luxagraf.net> | 2013-09-10 18:00:02 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2013-09-10 18:00:02 +0000 |
commit | 1bd92fd5abc212434cf8f41bb90ded3bf3795849 (patch) | |
tree | 13f56b442c1fe88a413e9aaf3a5eb8ff24eb5f5e /design/templates/archives/homepage.html | |
parent | 4a1ae16f4446807960ec367a2c8afebf6175304e (diff) |
migrated to gunicorn, fixed elements broken in move to digital ocean and rebuilt the link gathering script
Diffstat (limited to 'design/templates/archives/homepage.html')
-rw-r--r-- | design/templates/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 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%} |