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/writing.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/writing.html')
-rw-r--r-- | design/templates/archives/writing.html | 2 |
1 files changed, 1 insertions, 1 deletions
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%} |