Joe Mooring

Results 604 comments of Joe Mooring

> Just a comment after the @jmooring proposal That was a question, not a proposal. This issue is really about removing the trailing new line from templates, which has been...

Minimal reproducible example: ```text git clone --single-branch -b hugo-github-issue-11302 https://github.com/jmooring/hugo-testing hugo-github-issue-11302 cd hugo-github-issue-11302 hugo ``` Console log (actual): > failed to extract shortcode: shortcode "a" must be closed or self-closed...

> finding all pages which has the tags foo and bar and only those, that's not a use case I have seen I'm fine with with limiting to one tag....

Go 1.21 introduced the slices package which contains https://pkg.go.dev/slices#Equal.

Understood. Will stick with... ```text {{ $p := where site.RegularPages "Params.tags" "intersect" (slice "a" "b") }} {{ range $p }} {{ if eq (len .Params.tags) 2 }} {{ .LinkTitle }}...

I agree that strict ordering limits its usage; not sure I'd pursue it.

The current title of this issue, "Hugo extended cannot run in Alpine", is not accurate. See for installation instructions. The community package repo is updated regularly.

> But there is currently no way to add it in the head, before the {{ .Content }} is called. You can force content to be rendered anywhere with something...

That's great! With v0.123.0-DEV we can now make the round trip when `removePathAccents` is true, so a template function to go the other direction is not required. If we take...

I was curious if there's a CLDR table... ![image](https://github.com/gohugoio/hugo/assets/335669/458e7e69-0d5c-4090-adca-7f6744f0cf4d) Disabled temporarily. And there's probably a good reason for that.