source:
tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/shortcodes/series.html
@
17943
Last change on this file since 17943 was 16971, checked in by , 2 years ago | |
---|---|
File size: 328 bytes |
Line | |
---|---|
1 | {{ $series_name := .Get 0 | urlize }} |
2 | |
3 | {{ range $key, $taxonomy := .Site.Taxonomies.series }} |
4 | {{ if eq $key $series_name }} |
5 | <ul> |
6 | {{ range $taxonomy.Pages.ByDate }} |
7 | <li hugo-nav="{{ .RelPermalink }}"><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li> |
8 | {{ end }} |
9 | </ul> |
10 | {{ end }} |
11 | {{ end }} |
Note: See TracBrowser for help on using the repository browser.