### Features

#### Option to disable remote images fetching

Before the 5.90 release, remote (i.e.: external) images used in pages' body (e.g.: `![](https://example.com/image.jpg)`) were systematically fetched and stored locally, in the `_sites/assets/` directory.  
However, this is not a behavior that Cecil’s users want systematically, that's why we added an option to disable it:

```yaml
body:
  images:
    remote:
      enabled: false
```

:::info
**Info:** If you disable the _remote_ option Cecil can't handle image files (no resize, no optimization, etc.): the URL will be used as is in the `<img>` tag.
:::

### Fixes

- Option to disable auto-generated favicons in the [metatags](/documentation/configuration/#metatags-configuration) template is now working

### Misc

- Better commands description/help
- Skeleton website cleaned
- HTML meta `theme-color` added to the default page template
