Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
// eslint-disable-next-line max-len
'This site provides open data about natural resource management on federal lands and waters in the United States, including oil, gas, coal, and other extractive industries.',
keywords: 'Oil and gas, Coal, Renewable energy, Nonenergy minerals, Natural resource policy, Natural resource data, Extractives industries, Federal revenues, Production, 8(g) offshore revenue, offshore production, abanonded mine lands fund, mining reclamation tax, onrr state disbursement data, Native American land ownership, coal extraction, Department of the Interior, DOI, BLM coal leases, gomesa, gomesa funding, energy resource revenue, ONRR, state royalty, us eiti, solar industry, geothermal',
version: 'v8.10.0',
version: 'v8.10.1',
author: '',
dataRetrieval: {
name: 'Data Specialists',
Expand Down
10 changes: 1 addition & 9 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,5 @@ import { Tabtastic, TabtasticTab } from '../components/layouts/Tabtastic'
</Box>

</Container>
<Hidden mdUp>
<Container maxWidth="xl" component="section" style={{ backgroundColor: '#f0f6fa' }}>
<Container maxWidth="xl">
<Box pt={4} pb={4}>
<WhatsNew />
</Box>
</Container>
</Container>
</Hidden>

</DataFilterProviderWrapper>
Loading