Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
move main tag to wide layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eddietejeda committed Jun 2, 2019
1 parent 7699907 commit a7c8316
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/wide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
{% include header.html %}
{% include menu.html primary_navigation=site.primary_navigation secondary_navigation=site.secondary_navigation %}

{{ content }}
<main id="main-content">
{{ content }}
</main>

{% include footer.html %}

0 comments on commit a7c8316

Please sign in to comment.