summaryrefslogtreecommitdiff
path: root/templates/footer.rs.html
blob: 5029544a17efcb62eafc1658c63f8446f396ebf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@()
</div>
<hr />
<footer>
	<blockquote>Content copyright Cara Salter 2021, based on <a
										 href="https://github.com/Xe/site">Xe/site</a>
		under the Zlib license</blockquote>
	<p>This server runs version @env!("GIT_SHA"), located on my <a
										    href='https://git.carathe.dev/~muirrum/site/commit/@env!("GIT_SHA")'>sourcehut</a>
</footer>
</body>
</html>