gallery style fixes

This commit is contained in:
Cory Dransfeldt 2022-06-07 16:11:51 -07:00
parent c87e0ed7f6
commit 79b36b8049
11 changed files with 23 additions and 2 deletions

View file

@ -21,6 +21,8 @@ export default function Footer() {
<div>{`© ${new Date().getFullYear()}`}</div>
<div>{``}</div>
<Link href="/">{siteMetadata.title}</Link>
<div>{``}</div>
<Link href="https://coryd.dev">Site by Cory</Link>
</div>
</div>
</footer>