summaryrefslogtreecommitdiff
path: root/templates/footer.rs.html
blob: 318aa814466b4d2e367ba810f92ad38649f3140e (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.devcara.com/site/commit/?id=@env!("GIT_SHA")'>cgit</a>
</footer>
</div>
</body>
</html>