diff --git a/gatsby-config.js b/gatsby-config.js index 47d2d2c..1c15015 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -6,6 +6,10 @@ module.exports = { /* Your site config here */ + siteMetadata: { + title: `Ben Ramey's Blog`, + tagline: `Scripture, programming problems, solutions and stories.` + }, plugins: [ `gatsby-plugin-sass`, { diff --git a/src/components/footer.js b/src/components/footer.js index 47915ea..3fbdc00 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -8,6 +8,7 @@ export default function Footer() { return (