aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/profile-tabs.html
blob: 94b80ff4d0ccb280fb558b33ac7cf87f0a653aaa (plain)
1
2
3
4
5
6
7
8
{{ $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") }}

<tab-list>
  <a href="/{{ $author.user }}">Messages</a>
  <a href="/{{ $author.user }}/feeds/">Feeds</a>
  <a href="/{{ $author.user }}/media/">Media</a>
  <a href="/{{ $author.user }}/likes/">Likes</a>
</tab-list>