Reduce indentation for readability

This commit is contained in:
John O'Nolan 2014-08-05 12:23:51 +03:00
parent abec25b72b
commit 51cd767757

View File

@ -5,19 +5,18 @@
{% include head.html %}
</head>
<body>
<div id="container">
<div id="container">
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
<!-- Main nav -->
{% include nav/global.html %}
<!-- Main nav -->
{% include nav/global.html %}
<main id="gh-main" class="viewport" role="main">
{{content}}
</main>
<main id="gh-main" class="viewport" role="main">
{{content}}
</main>
{% include foot.html %}
{% include foot.html %}
</div>
</div>
</body>
</html>