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

Alexander Bilz
18.10.2024 540da40a3b5af2a31e155c64f56138e8801b7cd3
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>