mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
doc: fix editURL
This commit is contained in:
parent
2bbbf604a9
commit
7cfaed4861
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ metaDataFormat = "yaml"
|
|||
defaultContentLanguageInSubdir= true
|
||||
|
||||
[params]
|
||||
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/"
|
||||
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
|
||||
description = "Documentation for Hugo Learn Theme"
|
||||
author = "Mathieu Cornic"
|
||||
showVisitedLinks = true
|
||||
|
|
Loading…
Reference in a new issue