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, 2 insertions, 1 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro
index 368f089..0d8633e 100644
--- a/src/layouts/Default.astro
+++ b/src/layouts/Default.astro
@@ -50,7 +50,8 @@ const date = new Date();
<slot />
<footer>
<p class="small">Made with Astro and Hosted on Vercel</p>
- <p>Copyright &copy; {date.getFullYear()} Andrew Lee. <a href="https://github.com/Alee14/personal-website" target="_blank">View source code.</a></p>
+ <p>Copyright &copy; {date.getFullYear()} Andrew Lee.</p>
+ <small><a href="https://github.com/Alee14/personal-website" target="_blank">View source code</a> | <a href="/privacy">Privacy Policy</a></small>
</footer>
</div>
</body>