Joe Mooring
Joe Mooring
> I'm hoping to get an archives style setup Closing in favor of https://github.com/gohugoio/hugo/issues/448.
Closing in favor of #10894.
Reopening this, with some notes: 1. I am renaming this issue to indicate a (for now) generic implementation 2. The MathML implementations that I have tried have all been buggy...
Duplicate of https://github.com/gohugoio/hugo/issues/10864.
Chrome and Firefox interpret this: ``` integrity="sha256-HaUB/dOV0S+7cMR/kEIFtXbmxTt6kvdCOU2uLfrf+ms=" ``` as this: ``` integrity="sha256-HaUB/dOV0S+7cMR/kEIFtXbmxTt6kvdCOU2uLfrf+ms=" ``` If you run `hugo --minify` and view source you will see the same thing: ``` integrity="sha256-HaUB/dOV0S+7cMR/kEIFtXbmxTt6kvdCOU2uLfrf+ms=" ```...
Superseded by https://github.com/gohugoio/hugo/issues/11471
When using `toml.LocalDate` and `toml.LocalDateTime` values in the four predefined front matter date fields, the values are converted to `time.Time`, so the `.Format` method works as expected. This issue is...
I looked into the [yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji/) extension: - It has full coverage of [GitHub emojis](https://api.github.com/emojis) (a few gaps will be filled when [#5](https://github.com/yuin/goldmark-emoji/pull/5) is merged). - Emoji shortcodes in code blocks,...
Unable to reproduce with v0.112.5 on Linux or Windows when testing with the [Beautiful Hugo](https://github.com/halogenica/beautifulhugo) theme as described.
This will be addressed with