aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Default.astro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro
index 4f3c87a..72851a4 100644
--- a/src/layouts/Default.astro
+++ b/src/layouts/Default.astro
@@ -43,8 +43,7 @@ const date = new Date();
<slot />
<footer>
<p>Made with {Astro.generator} and Hosted on Vercel</p>
- <p>Copyright &copy; {date.getFullYear()} Andrew Lee</p>
- <p><a href="https://github.com/Alee14/personal-website">View source code.</a></p>
+ <p>Copyright &copy; {date.getFullYear()} Andrew Lee. <a href="https://github.com/Alee14/personal-website">View source code.</a></p>
</footer>
</div>
</body>