mirror of
https://github.com/imfing/hextra.git
synced 2025-07-03 20:57:14 -04:00
feat: add configurable edit link position
- Add a `where` parameter to `editURL` - Allow user to choose between `toc` (default) and `single` - Add to single through last-updated partial
This commit is contained in:
@ -142,6 +142,7 @@ params:
|
||||
|
||||
editURL:
|
||||
enable: true
|
||||
where: "single" # single | toc
|
||||
base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"
|
||||
|
||||
blog:
|
||||
|
Reference in New Issue
Block a user