diff --git a/content/_index.md b/content/_index.md index 0a8b1c1..85f0587 100644 --- a/content/_index.md +++ b/content/_index.md @@ -48,7 +48,7 @@ It is highly recommended to switch from the `main` branch to the lates release: ```sh cd themes/duckquill -git checkout tags/v3.2.0 +git checkout tags/v3.2.1 ``` To update the submodule, simply switch to a new tag: @@ -58,7 +58,7 @@ To update the submodule, simply switch to a new tag: ```sh git submodule update --remote --merge git tag --list -git checkout tags/v3.2.0 +git checkout tags/v3.2.1 ``` Then, enable it in your `config.toml`: diff --git a/sass/style.scss b/sass/style.scss index ec435f8..1d2eec7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v3.2.0 (https://duckquill.daudix.one) + * Duckquill v3.2.1 (https://duckquill.daudix.one) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */