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

Alexander Bilz
28.34.2022 86bc2094e5d174ada2b03532abc442b4ded96200
1
2
3
4
5
6
7
8
9
10
{{ $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>