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 1acb170 commit 4101c4bCopy full SHA for 4101c4b
_layouts/default.html
@@ -6,16 +6,11 @@
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 == "resume" %}
+ {% if page.layout == "home" or page.layout == "resume" %}
10
<main id="content">
11
{{ content }}
12
</main>
13
-
14
-{% else %}
15
16
- <!-- =================================== -->
17
- <!-- LAYOUT FOR ALL OTHER PAGES (with Sidebar) -->
18
+ {% else %}
19
<div class="l-main">
20
{% include sidebar.html %}
21
<div class="l-main__body">
0 commit comments