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> <a asp-page="/privacy/index">Privacy</a>
&bullet; &bullet;
<a href="https://mastodon.olivr.me/@@oliver" rel="me">Mastodon</a> <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> </div>
</footer> </footer>

View File

@ -234,3 +234,7 @@ a.bmc-btn {
color: #fff; color: #fff;
} }
} }
.text-orange {
color: #f60 !important;
}