Skip to content

Commit

Permalink
honey page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo Ficcadenti committed Apr 15, 2020
1 parent 2b50304 commit f04c9d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/html.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react"
import PropTypes from "prop-types"
import { OutboundLink } from "gatsby-plugin-google-analytics"

export default function HTML(props) {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SEO from "../components/seo"

const ContactPage = () => (
<Layout>
<SEO title="Contact" />
<SEO title="Contact" keywords={[`honey`, `raw honey`, `local honey`, `london`, `london honey`, `beekeeping`, `beekeeper`]}/>
<div style={{ maxWidth: `100%`, marginBottom: `1.45rem` }}>
{'I love to be in touch with anyone who visits the website. Give me a buzz and drop me a line to '}
<a href="mailto: {'[email protected]'}">{'[email protected]'}</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/honey.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SEO from "../components/seo"

const Honey = () => (
<Layout>
<SEO title="Home" keywords={[`gatsby`, `application`, `react`]} />
<SEO title="Honey" keywords={[`honey`, `raw honey`, `local honey`, `london`, `london honey`, `beekeeping`, `beekeeper`]} />

<div style={{ maxWidth: `100%`, marginBottom: `1.45rem` }}>
<h1>{'But What Is Honey?'}</h1>
Expand Down

0 comments on commit f04c9d0

Please sign in to comment.