We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74a82e commit 252b243Copy full SHA for 252b243
_layouts/default.html
@@ -6,11 +6,6 @@
6
<a class="btn btn--primary skip-link" href="#content">Skip to content</a>
7
<div class="container container--wide">
8
{% include header.html %}
9
- {% if page.layout == "home" or page.layout == "archive" %}
10
- <main id="content">
11
- {{ content }}
12
- </main>
13
- {% else %}
14
<div class="l-main">
15
{% include sidebar.html %}
16
<div class="l-main__body">
@@ -19,7 +14,6 @@
19
</main>
20
</div>
21
22
-{% endif %}
23
17
24
18
<!-- Scripts -->
25
<script src="{{ '/assets/js/theme-change-assets.js' | relative_url }}" defer="defer"></script>
0 commit comments