summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
blob: c086a98921a43e1d4fa0a0a6f524767b63b46e23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<footer class="footer">
	<div class="content has-text-centered">
		<p>
		&copy; 2020 Carpenter Tutoring, LLC. All rights reserved.
		</p>
		<p>
		Something wrong?
		<a href="mailto:webmaster@carpentertutoring.com">
			Tell the webmaster.
		</a>
		</p>
	</div>
</footer>