diff options
Diffstat (limited to 'web/template/profile.tmpl')
-rw-r--r-- | web/template/profile.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 9342f0f43..98197f7cf 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -30,7 +30,9 @@ <h2 id="recent"> <span>Latest public toots</span> {{ if .rssFeed }} - <a href="{{ .rssFeed }}"><img class="rsslogo" src="/assets/rss.svg" alt="The orange RSS logo."/></a> + <a href="{{ .rssFeed }}" aria-label="RSS feed"> + <i class="rss-icon fa fa-rss-square" aria-hidden="true"></i> + </a> {{ end }} </h2> {{ if not .statuses }} |