Joe Mooring

Results 604 comments of Joe Mooring

This was resolved with [v0.134.0](https://github.com/gohugoio/hugo/releases/tag/v0.134.0).

Closing in favor of https://github.com/gohugoio/hugo/issues/6189.

Related to . The terms "foo bar" and "foo-bar" are published to the same path: `public/tags/foo-bar/index.html`. Testing as far back as v0.54.0 you get the same behavior... this isn't anything...

I think there's consensus that a global (site config) setting would be useful, but then I can't control it on a page-by-page basis. Simply stuffing the full content into `description`...

@kskarthik This issue is a proposal. It has not been accepted as a planned enhancement by the project lead. Please don't spend any time on a PR unless this proposal...

@ilf My views on this proposal have not changed. I think this is something that site and theme authors should implement as needed/desired. Putting aside the summary/content ambiguity as I...

> What's wrong with this implementation? See my previous comment, in particular: > When site and theme authors blindly render page content in an RSS feed, images and links may...

See related proposal https://github.com/gohugoio/hugo/issues/13565, and note my comments regarding: - Inclusion of HTML - Inclusion of full content

```text git clone --single-branch -b hugo-github-issue-7158 https://github.com/jmooring/hugo-testing hugo-github-issue-7158 cd hugo-github-issue-7158 hugo server ```

@thomwiggers This is not a cheap problem to solve. We'd need to parse the heading and walk the HTML nodes, using something like [net/html](https://pkg.go.dev/golang.org/x/net/html), and remove all anchor elements but...