summaryrefslogtreecommitdiff
path: root/templates/footer.rs.html
blob: efc1392be9f3e4e106b395314def8122fbca6641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@()

<footer class="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'>Gitea</a>
</footer>
</div>
</body>
</html>