Update docs
All checks were successful
Publish / publish (push) Successful in 17s

This commit is contained in:
david-swift 2025-04-23 14:53:07 +02:00
parent f8c6a74a1c
commit 8deaa00df1

View File

@ -29,7 +29,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
```bash
cd themes/duckling
git checkout tags/v0.1.0
git checkout tags/0.1.1
```
Then, enable it in your `config.toml`:
@ -43,6 +43,6 @@ To update the theme, simply switch to a new tag:
```bash
git submodule update --remote --merge
cd themes/duckling
git checkout tags/v0.1.0
git checkout tags/0.1.1
```