Skip to content

Commit

Permalink
remove description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Mar 25, 2020
1 parent e96caee commit 1b216c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ const AboutPage = ({uri}) => {

return (
<Container>
<SEO
path={uri}
title="About"
description="Why I know my shit about Texas country music."
/>
<SEO path={uri} title="About" />

<div dangerouslySetInnerHTML={{__html: html}} />
</Container>
Expand Down

0 comments on commit 1b216c4

Please sign in to comment.