diff options
Diffstat (limited to 'project/templates/base.html')
-rw-r--r-- | project/templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index fe2b0b6..ebb3202 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -7,11 +7,13 @@ <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" /> <link rel="stylesheet" type="text/css" href="/static/css/styles-20090826.css" /> - <script type="text/javascript" src="/static/jquery/jquery.pack.js"></script> + <script type="text/javascript" src="/static/jquery/jquery.min.js"></script> <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script> <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script> <script type="text/javascript" src="/static/js/kiwipycon.js"></script> + {% block addscripts %}{% endblock %} + <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" /> <!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />--> |