feat: add rss icon to layout footer
This commit is contained in:
parent
69e1279a8b
commit
31794a1238
@ -71,6 +71,8 @@
|
||||
<a asp-page="/privacy/index">Privacy</a>
|
||||
•
|
||||
<a href="https://mastodon.olivr.me/@@oliver" rel="me">Mastodon</a>
|
||||
•
|
||||
<a href="/blog/feed"><i class="fa-solid fa-rss text-orange"></i></a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -234,3 +234,7 @@ a.bmc-btn {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.text-orange {
|
||||
color: #f60 !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user