aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-name.html
blob: eb5990f8b19f59d40f9ec0881b6613d145c55266 (plain)
1
2
3
4
5
6
7
8
9
<h2>
  <b>
    {{- with .Params.feed.name -}}
      {{ . }}
    {{- else -}}
      {{ partial "author-name.html" . }}
    {{- end -}}
  </b>
</h2>