Joe Mooring

Results 604 comments of Joe Mooring

In the example above... Expected URL to stylesheet: ```text https://caspermeijn.github.io/receptenboek/css/gochowdown.css ``` Actual URL to stylesheet: ```text https://caspermeijn.github.io/receptenboek/receptenboek/css/gochowdown.css ``` Instead of fixing this, can we instead deprecate `canonifyURLs` per https://github.com/gohugoio/hugo/issues/4733? In...

Fixed with https://github.com/gohugoio/hugo/pull/13334.

This doesn't look right to me: But it matches current behavior.

Resolved with v0.146.0. The lookup order below is from most specific to least specific, where the lesser layout path (lexicographically) wins. #### Shortcodes html 1. layouts/_shortcodes/foo.en.html 2. layouts/_shortcodes/foo.en.html.html 3. layouts/_shortcodes/foo.html...

To reproduce: ```text hugo new site foo cd foo hugo new content content/p1/index.md hugo new content content/p1/p2.md ```

> You just want plain coffee, say .Coffee! Should `.Content` return `.Plain`?

"Content" is correct, meaning "the ideas that are contained in a piece of writing." We are reaching for alternatives because "Content" is already in use. config.toml ```toml baseURL = "http://example.org/"...

As you have discovered, in this context you must use the `{{% %}}` notation when calling a shortcode. When you use the `{{< >}}` notation, we insert a unique placeholder...

Closing. Use the `{{% %}}` notation as described above.

Problem occurs with v0.123.0 and later.