feat: add rss icon to layout footer

This commit is contained in:
Oliver Booth 2023-08-11 13:24:57 +01:00
parent 69e1279a8b
commit 31794a1238
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,8 @@
<a asp-page="/privacy/index">Privacy</a>
&bullet;
<a href="https://mastodon.olivr.me/@@oliver" rel="me">Mastodon</a>
&bullet;
<a href="/blog/feed"><i class="fa-solid fa-rss text-orange"></i></a>
</div>
</footer>

View File

@ -233,4 +233,8 @@ a.bmc-btn {
&:hover {
color: #fff;
}
}
.text-orange {
color: #f60 !important;
}