abdullahtarawneh.com/layouts/partials/page/series-list.html

10 lines
200 B
HTML
Raw Normal View History

2024-06-03 12:39:43 +00:00
{{- with .GetTerms "series" -}}
<p>This post is part of the following series:</p>
<ul>
{{ range . }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>
{{- end -}}