Update single.html
This commit is contained in:
parent
1204b017ff
commit
785d7cdebe
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
<!--- Improve this page button --->
|
<!--- Improve this page button --->
|
||||||
{{ if site.Params.GitRepo }}
|
{{ if site.Params.GitRepo }}
|
||||||
<div class="btn-improve-page">
|
<div class="btn-improve-page">
|
||||||
<a href="{{ site.Params.GitRepo }}/edit/master/content/{{ .File.Path }}">
|
<a href="{{ site.Params.GitRepo }}/edit/main/content/{{ .File.Path }}">
|
||||||
<i class="fas fa-code-branch"></i>
|
<i class="fas fa-code-branch"></i>
|
||||||
{{ i18n "improve_this_page" }}
|
{{ i18n "improve_this_page" }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue