[blog] Tags and Categories do not appear
Closed this issue · 2 comments
What happened:
Even though this PR #4959 is merged,
tags and categories are not applied as below.
What you expected to happen:
Tags and categories will appear as below.

How to reproduce it:
Go to any blog at https://pipecd.dev/blog/.
Or execute make run/site
with Hugo v0.92.1.
Environment:
piped
version: -control-plane
version: -- Others: -
Possible Solution
The cause might be the version of Hugo, so we need to update it. (The issue already exists: #4902)
Now PipeCD uses v0.92.1 for the site.
When I executed make run/site
with Hugo v0.125.1, tags and categories appeared.
I'll open a PR after releasing v0.48.0.
I'll update [1]peaceiris/actions-hugo
's version and [2]hugo-version
here:
pipecd/.github/workflows/publish_site.yaml
Lines 26 to 30 in ce9bc16