focalboard/website/site/layouts/partials/page-edit.html
2021-01-07 14:12:26 -08:00

6 lines
157 B
HTML

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