fix: utilize hugo.WorkingDir for a reliable edit page link (#665)
BREAKING CHANGE: The `Edit page` uses the `hugo.WorkingDir` function of Hugo, which was introduced in v0.112.0. Due to this change, the minimum Hugo version for the theme has been raised accordingly.
This commit is contained in:
parent
a56c244a72
commit
dc3ede1b72
5 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ description = "Hugo theme made for documentation"
|
|||
homepage = "https://geekdocs.de/"
|
||||
demosite = "https://geekdocs.de/"
|
||||
tags = ["docs", "documentation", "responsive", "simple"]
|
||||
min_version = "0.93.0"
|
||||
min_version = "0.112.0"
|
||||
|
||||
[author]
|
||||
name = "Robert Kaussow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue