focalboard/website/site/layouts/partials/page-edit.html
Rakesh Peela ba592223f8 enabled edit link in documentation pages
- updated GH Repo URL to match the GH edit URL format/template
- updated edit-page partial
2021-03-28 16:52:58 +05:30

10 lines
192 B
HTML

{{ if .File }}
<a
href="{{.Site.Params.ghrepo}}edit/main/website/site/content/{{ .File.Path }}"
class="float-right edit-github"
target="_blank"
>
Edit on GitHub
</a>
{{ end }}