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 %} {% include head.html %}
</head> </head>
<body> <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 --> <main id="gh-main" class="viewport" role="main">
{% include nav/global.html %} {{content}}
</main>
<main id="gh-main" class="viewport" role="main"> {% include foot.html %}
{{content}}
</main>
{% include foot.html %} </div>
</div>
</body> </body>
</html> </html>