Joe Mooring

Results 604 comments of Joe Mooring

@jkelion Please use the [forum](https://discourse.gohugo.io/) for questions and troubleshooting.

@BBaoVanC I agree with @tastapod's comment. I would use something like this: ```text {{ partial "pagination-wrapper.html" . }} ``` Then `layouts/_partials/pagination-wrapper.html` looks something like this: ```text {{ partial "pagination.html" ....

@jkelion > Am I wrong? Sort of. I suspect your theme is not yet compatible with the latest release.

@jkelion Again, I suspect this is an issue with your theme, where they have a partial with the same name (a collision) that "wraps" a call to the embedded partial....

> get the extension of a resource without causing it to be published Assuming the media type is known to Hugo, you can do: ```text {{ with resources.Get "images/a.jpeg" }}...

For the use case described in the forum, isn't it sufficient to check the ordinal?

For some reason I thought that number was tracked separately for each shortcode, and our (my) docs on the subject need some adjustment:

The forum topic related to this issue was handled with the `HasShortcode` method. I think my source of confusion about the shortcode `Ordinal` was that each _render hook type_ keeps...

Yeah, there are several ways to handle this. #### Method 1 Make layouts/404.html a stand alone template (i.e., don't use base/block construct). #### Method 2 Add a "title" `block` in...

I'm wavering on this. Sometimes it's more useful to have "in this section" op top. Closing for now.