aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-name.html
blob: 2de47ebc5f4edf93ba554be90f0e9a3a64205f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<micro-metadata-name>
  <h2>
    <b>
      {{- with .Params.feed.name -}}
        {{- . -}}
      {{- else -}}
        {{- partial "author-name.html" . -}}
      {{- end -}}
    </b>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  </h2>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
</micro-metadata-name>
{{- /* This comment removes trailing newlines and white spaces. */ -}}