aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-handle.html
blob: ee7f975175ca8074bfa893c1200c6031c5ecbb46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{- with .Params.feed.domain -}}
<a
  title="{{ . }}"
  href="http://{{ . }}">
    @{{ . -}}
</a>
{{- else -}}
<a
  title="{{ partial "author-user.html" . }}@{{ (urls.Parse .Site.BaseURL).Host }}"
  href="{{ .Site.BaseURL }}/{{ partial "author-user.html" . }}/#">
    @{{ (urls.Parse .Site.BaseURL).Host -}}
</a>
{{- end -}}