diff --git a/content/_index.md b/content/_index.md index b1d676f..79b4384 100644 --- a/content/_index.md +++ b/content/_index.md @@ -52,7 +52,7 @@ It is highly recommended to switch from the `main` branch to the latest release: ```bash cd themes/duckquill -git checkout tags/v4.3.0 +git checkout tags/v4.4.0 ``` To update the submodule, simply switch to a new tag: @@ -64,7 +64,7 @@ Check the changelog for all versions that came after the one you are using, ther ```bash git submodule update --remote --merge git tag --list -git checkout tags/v4.3.0 +git checkout tags/v4.4.0 ``` Then, enable it in your `config.toml`: diff --git a/sass/style.scss b/sass/style.scss index 8ff6217..68a7043 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v4.3.0 (https://duckquill.daudix.one) + * Duckquill v4.4.0 (https://duckquill.daudix.one) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */ diff --git a/screenshot.png b/screenshot.png index 02105a8..e1f4d87 100644 Binary files a/screenshot.png and b/screenshot.png differ