Series
• 1 min read
Assign a Series #
Use the same series value in every related post.
yaml
series: ["Building a Hugo Theme"]Render the List #
go-html
{{< series "Building a Hugo Theme" >}}Building a Hugo Theme
- 1. SeoTax Shortcodes
- 2. Series
SeoTax finds matching posts and creates a series list plus previous and next controls.
Shorten Repeated Titles #
Pass a second argument with a regular expression to remove a shared title prefix.
go-html
{{< series "Building a Hugo Theme" "^Building a Hugo Theme - " >}}