We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e062 commit 3126232Copy full SHA for 3126232
src/layouts/MasterLayout.astro
@@ -200,7 +200,9 @@ const docTitle = (title.indexOf(SITE_TITLE)) ? `${title} | ${SITE_TITLE}` : titl
200
<!-- footer -->
201
<footer id="site-footer" class="bg-white p-4 text-sm border-t-1 border-slate-200 text-slate-500 py-4 font-sans">
202
<div class="standard-container">
203
- © {today.getFullYear()} Nick Nettleton. All rights reserved.
+ © {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>.
206
</div>
207
</footer>
208
0 commit comments