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:
Robert Kaussow 2023-07-11 21:00:27 +02:00 committed by GitHub
parent a56c244a72
commit dc3ede1b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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"