a
2247ee2776
still missing some things but they were missing before anyway. so it's probably better to just push and deploy already. Reviewed-on: #1
10 lines
200 B
HTML
10 lines
200 B
HTML
{{- 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 -}} |