Fork Mainroad
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{ $series_name := .Get 0 | urlize }}
|
||||
|
||||
{{ range $key, $taxonomy := .Site.Taxonomies.series }}
|
||||
{{ if eq $key $series_name }}
|
||||
<ul>
|
||||
{{ range $taxonomy.Pages.ByDate }}
|
||||
<li hugo-nav="{{ .RelPermalink }}">
|
||||
<a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user