dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore: update dev container to match Netlify
Alexander Bilz
4 days ago
606b0e2d2a448b3f8e7aed2e6902c5e4313076e6
[external-software/github_gohugo_theme_anatole.git]
/
layouts
/
partials
/
series.html
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>