This release brings, drum roll, a long-awaited Hugo feature that has had many names. At one point we named it _pages from data_. You can read all about it in the documentation where it's titled [Content Adapters](https://gohugo.io/content-management/content-adapters/).
Also worth mentioning are the new [Extras Goldmark Extensions](https://gohugo.io/getting-started/configuration-markup/#extras-extension), which allows you to enable Markdown syntax for inserted text, mark text, subscript and superscript. A big thanks to bowman2001 for the implementation.
Improvements
* tpl/tplimpl: Plainify title and description in twitter_cards.html 74ab839cc jmooring 12433
* tpl/tplimpl: Plainify title and description in schema.html 92290aa89 jmooring 12432
* resources/images: Handle NaN EXIF latitude and longitude 6dbbe6dd3 jmooring 12490
* Create pages from _content.gotmpl e2d66e321 bep 12427 12485 6310 5074
* create/skeletons: Remove superfluous language code fallback 55dea41c1 jmooring 12479
* tpl/tplimpl: Improve locale value in opengraph.html 87ab7f7ff jmooring 12480
* tpl/tplimpl: Retain query string and fragment in render-image.html 6dfeb9f03 jmooring 12468
* markup/goldmark: Support extras extension ca9a77ef9 jmooring
Dependency Updates
* build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 ee26e69ce dependabot[bot]
* build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0 6e83d00a8 dependabot[bot]
Documentation
* docs: Regen docshelper 266140251 bep
Build Setup
* livereload: Improve the livereload script build and update to v4.0.2 d02f0622b bep 12451 6290