aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-name.html
blob: e381259ac6d912b49065b23b2c89c79807df275e (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 .Site.BaseURL "/" $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 -}}

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