feat: add mastodon to footer

This commit is contained in:
Oliver Booth 2023-08-09 22:13:09 +01:00
parent 26b022f7ba
commit a138c38009
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,11 @@
<footer class="footer text-muted">
<div class="container text-center">
&copy; @DateTime.UtcNow.Year &bullet; <a asp-area="" asp-page="/privacy/index">Privacy</a>
&copy; @DateTime.UtcNow.Year
&bullet;
<a asp-area="" asp-page="/privacy/index">Privacy</a>
&bullet;
<a href="https://mastodon.olivr.me/@@oliver" rel="me">Mastodon</a>
</div>
</footer>