diff options
Diffstat (limited to 'web/template/profile.tmpl')
-rw-r--r-- | web/template/profile.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index d584676a6..f567998a4 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -53,6 +53,18 @@ </div> </div> </div> + {{ if .pinned_statuses }} + <h2 id="pinned"> + <span>Pinned toots</span> + </h2> + <div class="thread"> + {{ range .pinned_statuses }} + <div class="toot expanded"> + {{ template "status.tmpl" .}} + </div> + {{ end }} + </div> + {{ end }} <h2 id="recent"> <span>Latest public toots</span> {{ if .rssFeed }} |