Skip to content

Commit 4101c4b

Browse files
authored
as
1 parent 1acb170 commit 4101c4b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

_layouts/default.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@
66
<a class="btn btn--primary skip-link" href="#content">Skip to content</a>
77
<div class="container container--wide">
88
{% include header.html %}
9-
{% if page.layout == "home" or page.layout == "resume" %}
9+
{% if page.layout == "home" or page.layout == "resume" %}
1010
<main id="content">
1111
{{ content }}
1212
</main>
13-
14-
{% else %}
15-
16-
<!-- =================================== -->
17-
<!-- LAYOUT FOR ALL OTHER PAGES (with Sidebar) -->
18-
<!-- =================================== -->
13+
{% else %}
1914
<div class="l-main">
2015
{% include sidebar.html %}
2116
<div class="l-main__body">

0 commit comments

Comments
 (0)