aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-list.html
blob: 44b55aae92da5f142c43626ccd93732bd52e088e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{- $authors := print "public/authors.html" -}}

<author-list>
  <h1>Authors</h1>
  <aside>
  {{- with $authors = resources.Get $authors -}}
   {{- $authors.Content | safeHTML -}}
  {{- else -}}
    <footer>
      <code>No authors found!</code>
    </footer>
  {{- end -}}
  </aside>
</author-list>