master
Nick Sergeant 2012-02-14 12:29:30 -05:00
parent 37f2a2edb9
commit 944a9aea57
1 changed files with 1 additions and 1 deletions

View File

@ -5,11 +5,11 @@
<title>{% block page-title %}Snipt{% endblock %}</title>
<meta charset="utf-8" />
<meta name="description" content="Long-term memory for coders. Share and store code snippets." />
<link rel="icon" href="/media/images/favicon.ico">
{% if debug %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/themes.css" />
<link rel="icon" href="/media/images/favicon.ico">
<script type="text/javascript" src="{{ STATIC_URL }}js/libs/a_underscore.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/libs/b_jquery.js"></script>