Skip to content

Commit

Permalink
added link to personal site to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevalstar committed Jul 18, 2023
1 parent db5b207 commit 77f24d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gorgonjs.dev/src/layouts/Docs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { title, selectedNav, frontmatter } = Astro.props;
<article id='docs-main-article'>
<slot />
<footer id='docs-footer'>
<a href="https://github.com/mikevalstar/gorgon">Github</a> - Gorgon.js - <a href="https://mit-license.org/">MIT Licensed</a>
<a href="https://github.com/mikevalstar/gorgon">Github</a> - <a href="https:valstar.dev">Mike Valstar</a> - Gorgon.js - <a href="https://mit-license.org/">MIT Licensed</a>
</footer>
</article>
<div id='docs-right-slot'></div>
Expand Down

0 comments on commit 77f24d0

Please sign in to comment.