Use table_of_contents string instead of toc

This commit is contained in:
daudix
2024-12-01 17:17:34 +03:00
parent 60e8168876
commit 0d479ef409
7 changed files with 11 additions and 8 deletions

View File

@ -66,7 +66,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
```bash
cd themes/duckquill
git checkout tags/v6.1.0
git checkout tags/v6.1.1
```
Then, enable it in your `config.toml`:
@ -80,7 +80,7 @@ To update the theme, simply switch to a new tag:
```bash
git submodule update --remote --merge
cd themes/duckquill
git checkout tags/v6.1.0
git checkout tags/v6.1.1
```
{% alert(important=true) %}