mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
23.45.2023 60b067f18345b21995a996b4a976c31dee968507
1
2
3
4
5
6
7
8
9
{{ $related := where .Site.RegularPages ".Params.series" "intersect" .Params.series }}
 
 
<h3>{{ i18n "series_posts" }}</h3>
<ul>
  {{ range $related }}
    <li><a href="{{ .Page.RelPermalink }}">{{ title .Page.Title }}</a></li>
  {{ end }}
</ul>