Fix link to improve this page

This commit is contained in:
Pau Trepat Segura 2020-07-20 01:43:04 +02:00
parent 5d8b693bf6
commit ca22dcbfee

View file

@ -35,7 +35,7 @@
<!--- Improve this page button --->
{{ if .Site.Params.GitRepo }}
<div class="btn-improve-page">
<a href="{{ .Site.Params.GitRepo }}/edit/master/content/{{ .File.Path }}">
<a href="{{ .Site.Params.GitRepo }}/edit/source/content/{{ .File.Path }}">
<i class="fas fa-code-branch"></i>
Improve This Page
</a>