diff --git a/_aws/redirects.xml b/_aws/redirects.xml index f16c9e70..c77e87b3 100644 --- a/_aws/redirects.xml +++ b/_aws/redirects.xml @@ -1,4 +1,3 @@ - diff --git a/gatsby-config.js b/gatsby-config.js index ed2d4711..e6f395a1 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -140,8 +140,8 @@ module.exports = { // WebApp Manifest Configuration appName: title.toLowerCase(), appDescription: tagline, - developerName: null, - developerURL: null, + developerName: author.name, + developerURL: author.uri, dir: 'auto', lang: 'en-US', background: '#e7eef4', diff --git a/src/components/atoms/Hamburger.jsx b/src/components/atoms/Hamburger.jsx index f5c0d87f..e173872d 100644 --- a/src/components/atoms/Hamburger.jsx +++ b/src/components/atoms/Hamburger.jsx @@ -2,7 +2,12 @@ import React from 'react' import styles from './Hamburger.module.scss' const Hamburger = props => ( - ) diff --git a/src/components/molecules/IconLinks.jsx b/src/components/molecules/IconLinks.jsx index 99488a2e..16c51224 100644 --- a/src/components/molecules/IconLinks.jsx +++ b/src/components/molecules/IconLinks.jsx @@ -29,7 +29,7 @@ const NetworkIcon = ({ link }) => { const IconLinks = ({ links }) => (

{links.map(link => ( - + ))} diff --git a/src/components/organisms/Footer.jsx b/src/components/organisms/Footer.jsx index f73e7f6a..c675df47 100644 --- a/src/components/organisms/Footer.jsx +++ b/src/components/organisms/Footer.jsx @@ -18,6 +18,7 @@ const query = graphql` name uri bitcoin + github } } } @@ -43,7 +44,7 @@ export default class Footer extends PureComponent { { - const { name, uri, bitcoin } = data.contentYaml.author + const { name, uri, bitcoin, github } = data.contentYaml.author return (