# Unreleased changes Changes on `development` not yet merged to `main`. ## Fixes - **`mdcms build` now patches `` in `index.html` with `sitename` from `config.yml`.** Previously the HTML `<title>` tag was a hardcoded blank (or "MD-CMS" in older templates), so link previews in apps like WhatsApp showed the wrong name. After each build the tag reflects the configured site name, which crawlers and preview scrapers read directly.