feat: add mastodon to footer
This commit is contained in:
parent
26b022f7ba
commit
a138c38009
@ -59,7 +59,11 @@
|
|||||||
|
|
||||||
<footer class="footer text-muted">
|
<footer class="footer text-muted">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
© @DateTime.UtcNow.Year • <a asp-area="" asp-page="/privacy/index">Privacy</a>
|
© @DateTime.UtcNow.Year
|
||||||
|
•
|
||||||
|
<a asp-area="" asp-page="/privacy/index">Privacy</a>
|
||||||
|
•
|
||||||
|
<a href="https://mastodon.olivr.me/@@oliver" rel="me">Mastodon</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user