This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Description
Describe the bug you found in LocalStack Docs.
When previewing localstock docs with latest hugo version 0.147.0, a warning is printed out:
WARN calling IsSet with unsupported type "ptr" (*hugolib.pageState) will always return false.
Attach any resources that can help us understand the issue.
This is the offending line that causes the warning:
|
{{ $filter_set := isset . "service_filter" }} |
Code of Conduct