0908c069150a
Add Mint stats.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 09 Jan 2010 03:34:54 -0500 |
parents | 9bd11f5c9786 |
children | 6d07aadea2c4 |
branches/tags | (none) |
files | layout/skeleton/_base.html |
Changes
--- a/layout/skeleton/_base.html Sat Jan 09 03:31:55 2010 -0500 +++ b/layout/skeleton/_base.html Sat Jan 09 03:34:54 2010 -0500 @@ -33,6 +33,8 @@ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script src="/media/js/jquery.colorbox.js"></script> <script src="/media/js/sjl-gallery.js"></script> + <script src="/mint/?js" type="text/javascript"></script> + {% block extra_js %}{% endblock %} {% endblock %} </head>