diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 7165a3a..75c0e03 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -23,6 +23,14 @@ {{ end }} + {{- if .Params.series -}} + {{- with index (.GetTerms "series") 0 -}} +
+

This post is part of the {{ .LinkTitle }} series.

+
+ {{- end -}} + {{- end -}} + {{ if ne .TableOfContents "" }}

Table of contents:

{{ .TableOfContents }} @@ -31,6 +39,27 @@
{{ .Content }}
+