Query for indexing posts on landing page
This commit is contained in:
@@ -11,7 +11,7 @@ import '../styles/custom.css'
|
||||
const Layout = ({ children, data }) => (
|
||||
<div className="font-sans mx-auto">
|
||||
<Helmet
|
||||
title={data.site.siteMetadata.title}
|
||||
title="Saburly"
|
||||
meta={[
|
||||
{ name: 'description', content: 'We code & design great software' },
|
||||
{
|
||||
@@ -34,13 +34,3 @@ Layout.propTypes = {
|
||||
}
|
||||
|
||||
export default Layout
|
||||
|
||||
export const query = graphql`
|
||||
query SiteTitleQuery {
|
||||
site {
|
||||
siteMetadata {
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user