diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-09-01 19:17:02 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-09-01 19:17:02 +0000 |
| commit | b68e44392bcd6420ec1b83e7fb63adac645db98f (patch) | |
| tree | 8abc1e2b4d1ff957c474e92f74d71a7cd106e12e /documentation/config/_default | |
| parent | 2613d07976f9d8e73085053675dddbd15072404a (diff) | |
Diffstat (limited to 'documentation/config/_default')
| -rw-r--r-- | documentation/config/_default/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml index 770088c989..b14681a0c8 100644 --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/config.toml @@ -37,7 +37,7 @@ enableGitInfo = true env-beastie = true isOnline = true skip-front-matter = true - sectanchors = true + sectanchors = "after" [outputs] home = [ "HTML" ] |
