Joe Mooring
Joe Mooring
The documentation you refer to is in the section titled [Add content to menus](https://gohugo.io/content-management/menus/#add-content-to-menus), which is about creating menu entries in front matter, not in site configuration. > Hugo allows...
@schnerring Thanks for this; much appreciated. Note that your example can be addressed with the [querify](https://gohugo.io/functions/querify) function. ``` {{ printf "%s?%s" "https://www.facebook.com/sharer.php" (querify "u" .Permalink) }} ```
Yes, we will do this, but where we do it is another question. 1. We currently list several page methods (e.g., `.GetPage`, `.RenderString`) in the functions section, which to me...
Please provide a small example with attributes, tags with a namespace, and multiple tags of the same type.
@bep I was planning to attack this once https://github.com/gohugoio/hugo/pull/9063 was implemented. Having identical calls regardless of resource type would make it a bit easier to explain, but it is certainly...
According to [this chart](https://unicode-org.github.io/cldr-staging/charts/latest/by_type/currencies.northern_western_europe.html#1cb981a57c93d7bf), when locale = `en_GB` (the "all others" annotation), the currency symbol should be `£`. Instead, we're getting GBP. If we specify a locale _explicitly_ listed it...
@chalin This is actually a duplicate of #3459 which was closed by stalebot (no action) about four years ago. It's not a new problem. But there's good news. In v0.86.0...
@chalin I am re-opening this. The original issue was closed by stale bot, and the underlying problem is not resolved, even if the fix is just to document the limitation....
~~Workaround per @maelle: use `:grin:` instead of `:grin:` in your markdown.~~ Uh, no. Not within code blocks. Not enough coffee...