diff options
author | luxagraf <sng@luxagraf.net> | 2013-09-04 23:35:45 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2013-09-04 23:35:45 +0000 |
commit | 4a1ae16f4446807960ec367a2c8afebf6175304e (patch) | |
tree | c30e254b4990421284f638c13ea0024e6ce35c7f /design/templates/archives/homepage.html | |
parent | 7a93c25344f1493227faa2ab18db006184baffa6 (diff) |
added favicon and tweaked a few templates
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 1531091..bda8c33 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -39,4 +39,4 @@ {% endfor %} </section> {% endblock %} -{% block js %}<script src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>{% endblock%} +{% block js %}<script async src="{{MEDIA_URL}}js/hyphenate.min.js" type="text/javascript"></script>{% endblock%} |