diff options
Diffstat (limited to 'web/template/profile.tmpl')
-rw-r--r-- | web/template/profile.tmpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 145ff95f4..9342f0f43 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -27,7 +27,12 @@ <div class="entry">Posted <b>{{.account.StatusesCount}}</b></div> </div> </div> - <h2 id="recent">Latest public toots</h2> + <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> + {{ end }} + </h2> {{ if not .statuses }} <div data-nosnippet class="nothinghere">Nothing here!</div> {{ else }} |