Skip to content

Commit

Permalink
fix: index the main content area as the body
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 31, 2020
1 parent 44de025 commit f389490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ const MainLayout = ({ children }) => {
`}
/>
<article
data-swiftype-name="body"
data-swiftype-type="text"
css={css`
grid-area: content;
padding-top: ${layout.contentPadding};
Expand Down

0 comments on commit f389490

Please sign in to comment.