Skip to content

Commit

Permalink
javascript should now point to _static not static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jul 2, 2011
1 parent 42e8d54 commit 17841ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_templates/layout.html
@@ -1,7 +1,7 @@
{% extends "!layout.html" %}
{%- block extrahead %}
<script src="static/jquery.min.js" type="text/javascript"></script>
<script src="static/jquery.zrssfeed.min.js" type="text/javascript"></script>
<script src="_static/jquery.min.js" type="text/javascript"></script>
<script src="_static/jquery.zrssfeed.min.js" type="text/javascript"></script>
{% endblock %}
{%- block content %}

Expand Down

0 comments on commit 17841ef

Please sign in to comment.