ATELIER 0.6.0
Installation
quarto add mcanouil/quarto-atelier@0.6.0Changelog
Bug Fixes
- fix: build
og:urlfrom the page's output file rather than from its input name, so a page settingoutput-fileno longer advertises a URL that does not exist and that disagrees with its own canonical link. - fix: emit the canonical link through Quarto's own
canonical-url, now on by default, instead of from the bundled filter.canonical-urlis a render key and never reaches a Lua filter, so a project that set it shipped two<link rel="canonical">tags. Quarto builds the same directory URL for a directory index, so the tag itself is unchanged; setcanonical-url: falseon a page served from more than one URL, as the bundled 404 front matter now does.
Documentation
- docs: add a reference page listing the website, format, and
extensions.atelieroptions the project type contributes, which is also the demo site's first page below the site root. - docs: correct the icon path note. Since 0.5.0 the filter writes each path exactly as configured and Quarto's resource resolver applies the page offset.
- docs: note that
sitemap.xmllists a directory index asindex.htmlwhile the canonical link uses the directory URL, that both serve the same page, and that the canonical is the stronger signal.
What's Changed
- fix: delegate the canonical link to Quarto's canonical-url by @mcanouil in #10
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #11
Full Changelog: 0.5.0...0.6.0