Hello when trimming a file path under a news collection the following outputs ws/this-is-a-test.md removing the leading “ne” if I change the collection name from news to anything else it’s trimming correctly. Why is “ne” being stripped out? I also tried trim left and same results
{{ $path := (trim "site/content/news/this-is-a-test.md" "site/content/" ) }}
{{ $path }}
Running hugo v0.88.1-5BC54738