forked from drowl87/hextra_mirror
fix(docs): add editURL.enable = true (#245)
The MR documents the requirement to enable editURL setting.
[A prior commit](04a5c7378a (diff-5311bf4e1519696010f8298385d9de30210dfcd9dee8785f6deba3a084b62eecL26)
) the behavior changed from a default of "disable = false" to a default of "enabled = false".
This commit is contained in:
parent
1f9e7c8b39
commit
fd9a87a86a
@ -139,6 +139,7 @@ To configure the page edit link, we can set the `params.editURL.base` parameter
|
||||
```yaml {filename="hugo.yaml"}
|
||||
params:
|
||||
editURL:
|
||||
enable: true
|
||||
base: "https://github.com/your-username/your-repo/edit/main"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user