Skip to content

Commit 3126232

Browse files
committed
Add colophon
1 parent 197e062 commit 3126232

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/layouts/MasterLayout.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ const docTitle = (title.indexOf(SITE_TITLE)) ? `${title} | ${SITE_TITLE}` : titl
200200
<!-- footer -->
201201
<footer id="site-footer" class="bg-white p-4 text-sm border-t-1 border-slate-200 text-slate-500 py-4 font-sans">
202202
<div class="standard-container">
203-
&copy; {today.getFullYear()} Nick Nettleton. All rights reserved.
203+
&copy; {today.getFullYear()} Nick Nettleton. All rights reserved. |
204+
Built with Astro & Tailwind.
205+
<a href="https://github.com/nicknettleton/nicknettleton.github.io" target="_blank">View Source</a>.
204206
</div>
205207
</footer>
206208
</div>

0 commit comments

Comments
 (0)