aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-name.html
blob: 7c2ca6178bb141b09ebcea58d769b031e32a7e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{- $author := partial "function-authors-data.html" . -}}

{{- $href  := print ("" | absURL) "/" $author.user "/" -}}
{{- $name  := $author.name -}}
{{- $title := $name -}}

{{- with .Params.feed -}}
  {{- $href  = or $.Params.feed.home (print "http://" $.Params.feed.domain) -}}
  {{- $name  = $.Params.feed.name -}}
  {{- $title = $name -}}
{{- end -}}

<meta-name title="{{ $title }}">
  <b><a href="{{ $href }}">{{ $name }}</a></b>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
</meta-name>
{{- /* This comment removes trailing newlines and white spaces. */ -}}