summaryrefslogtreecommitdiff
path: root/templates/archives
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-08-18 15:49:08 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-08-18 15:49:08 +0000
commit432e39917fe226630abf4d3c314a765fc8ff9e61 (patch)
treedfb035a583a247bf0e94ae752547f368c2b3c8f3 /templates/archives
parent8f978c65b17f8c41d977b60bf2530e99d76dd591 (diff)
optimized some html
Diffstat (limited to 'templates/archives')
-rw-r--r--templates/archives/homepage.html2
-rw-r--r--templates/archives/writing.html2
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