mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Reduce indentation for readability
This commit is contained in:
parent
abec25b72b
commit
51cd767757
@ -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>
|
Loading…
Reference in New Issue
Block a user