aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-handle.html
blob: b9da43b2b076c23260b33b14e6667bf8f2dc72ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{- with .Params.feedDomain -}}
<a
  title="{{ . }}"
  href="http://{{ . }}">
    @{{ . }}
</a>
{{- else -}}
<a
  title="{{ partial "author-user.html" . }}@{{ replaceRE "^https?://([^/]+).*" "$1" .Site.BaseURL }}"
  href="{{ .Site.BaseURL }}/{{ partial "author-user.html" . }}">
    @{{ partial "author-user.html" . }}
</a>
{{- end -}}