Skip to content

Commit

Permalink
Clean up the base template a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed May 14, 2014
1 parent c1adb24 commit f6f3a96
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions templates/base.html
Expand Up @@ -8,20 +8,10 @@
<meta name="author" content="Paul McLanahan and contributors">
<meta name="apple-mobile-web-app-capable" content="yes" />

<!-- Le styles -->
{% compressed_css 'base' %}
{% block css %}{% endblock %}

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="{{ static('img/scrumbugs_favicon.png') }}">
{# <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">#}
</head>

<body>
Expand Down

0 comments on commit f6f3a96

Please sign in to comment.