Welcome to mirror list, hosted at ThFree Co, Russian Federation.

post-summary.html « partials « layouts - github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bd76a1b09cb047ca59a1081349203858ee56b8a (plain)
1
2
3
4
5
6
7
8
9
<h2 class="text-3xl font-bold mb-2">{{ .Key }}</h2>

<ol class="mb-4">
  {{ range where .Pages "Type" "ne" "page" -}}
  <li>
    <a href="{{ .RelPermalink }}">{{ .Title }}</a>
  </li>
  {{- end }}
</ol>