summaryrefslogtreecommitdiff
path: root/src/lib/components/Footer.svelte
blob: f06e5a69386751209a8d3182e5dd8798c041bac0 (plain)
1
2
3
4
5
6
7
8
9
<footer class="container">
	<hr />
	<p>
		<small
			>{new Date().getFullYear()}
			<a href="https://svelte.dev">SvelteKit</a></small
		>
	</p>
</footer>