Skip to content

Commit

Permalink
feat(starters): make copyright year dynamic (#10759)
Browse files Browse the repository at this point in the history
  • Loading branch information
GatsbyJS Bot committed Jan 2, 2019
1 parent 189cc46 commit 3ce21a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ class Layout extends React.Component {
{header}
{children}
<footer>
© 2018, Built with <a href="https://www.gatsbyjs.org">Gatsby</a>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
</footer>
</div>
)
Expand Down

0 comments on commit 3ce21a9

Please sign in to comment.