mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
dump hugo minimal working version to 0.83
This commit is contained in:
parent
66a3d218df
commit
b8dd6d0591
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
[module]
|
[module]
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = true
|
extended = true
|
||||||
min = "0.85.0"
|
min = "0.83.0"
|
|
@ -6,7 +6,7 @@ homepage = "http://github.com/slashformotion/hugo-tufte"
|
||||||
demo = "https://slashformotion.github.io/hugo-tufte/"
|
demo = "https://slashformotion.github.io/hugo-tufte/"
|
||||||
tags = ["blog", "tufte", "minimal"]
|
tags = ["blog", "tufte", "minimal"]
|
||||||
features = ["math", "tufte-css", "tufte"]
|
features = ["math", "tufte-css", "tufte"]
|
||||||
min_version = 0.84
|
min_version = 0.83
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"},
|
{name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"},
|
||||||
|
|
Loading…
Reference in a new issue