1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-24 23:31:29 +00:00

docs + fix: broken partial and description of enableGitHubEdit

This commit is contained in:
Jacky Zhao
2022-07-05 15:42:57 -07:00
parent 25a4d3b6e1
commit 74993d19b7
3 changed files with 8 additions and 3 deletions

View File

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