Skip to content

ATELIER 0.5.0

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 26 Jul 19:45
· 34 commits to main since this release
8628558

Installation

quarto add mcanouil/quarto-atelier@0.5.0

Changelog

Bug Fixes

  • fix: write the icon, Apple touch icon, and manifest href exactly as configured. Quarto's website resource resolver already prefixes each page's offset to the project root onto every link[href] it finds, so adding one in the filter doubled it and broke every icon on pages below the site root.
  • fix: point og:url and <link rel="canonical"> of a directory index at its directory rather than at index.html, since that is the URL the site serves and the one a scraper de-duplicates against.

What's Changed

  • fix: do not offset the icon and manifest hrefs by @mcanouil in #8
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #9

Full Changelog: 0.4.0...0.5.0