docs + fix: broken partial and description of enableGitHubEdit
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
{{if $.Site.Data.config.enableGitHubEdit}
|
||||
<a href="{{$.Site.Data.config.GHlink}}/{{ .Path}}" rel="noopener">Edit Source</a>
|
||||
{{if $.Site.Data.config.enableGitHubEdit}}
|
||||
<a href="{{$.Site.Data.config.GitHubLink}}/{{.Path}}" rel="noopener">Edit Source</a>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user