aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/profile-tabs.html
blob: e04cac77a7f6cdf6bad19108dc9935962a22f995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{- $author := partial "function-authors-data.html" . -}}

<tab-list>
  <aside>
    <a href="{{ .Site.BaseURL }}/{{ $author.user }}">Messages</a>
    <a href="{{ .Site.BaseURL }}/{{ $author.user }}/feeds/">Feeds</a>
    <a href="{{ .Site.BaseURL }}/{{ $author.user }}/media/">Media</a>
    <a href="{{ .Site.BaseURL }}/{{ $author.user }}/likes/">Likes</a>
    {{- if .Site.BuildDrafts }}
    <a data-draft href="{{ .Site.BaseURL }}/{{ $author.user }}/drafts/">Drafts</a>
    {{- end }}
  </aside>
</tab-list>