Skip to content

Commit

Permalink
HTML: remove uneeded self-close stuff from <head>
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed May 28, 2011
1 parent f229dc3 commit 0db1ba5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions layout/base.j2
Expand Up @@ -3,13 +3,13 @@
<!--[if lte IE 7]> <html class="no-js oldie" lang="{{ resource.meta.language }}"> <![endif]-->
<!--[if gt IE 7]><!--><html class="no-js" lang="{{ resource.meta.language }}"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<title>{{ resource.meta.title }} | {{ resource.meta.author }}</title>
<meta name="keywords" content="{{ resource.meta.keywords }}" />
<meta name="author" content="{{ resource.meta.author }}" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="alternate" href="{{ content_url( resource.meta.language + '/blog/atom.xml') }}" type="application/atom+xml" title="ATOM feed" />
<link rel="stylesheet" href="{{ media_url('css/luffy.css') }}" type="text/css" />
<meta name="keywords" content="{{ resource.meta.keywords }}">
<meta name="author" content="{{ resource.meta.author }}">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="alternate" href="{{ content_url( resource.meta.language + '/blog/atom.xml') }}" type="application/atom+xml" title="ATOM feed">
<link rel="stylesheet" href="{{ media_url('css/luffy.css') }}" type="text/css">
{% block stylesheets %}{% endblock %}
<script src="{{ media_url('js/modernizr.js') }}"></script>
</head>
Expand Down

0 comments on commit 0db1ba5

Please sign in to comment.