theme/layouts/partials/edit-this-page.html
Xinyu Zhou d84039b903 Add Edit on GitHub (#116)
resolved #115

The following configuration need to be added to [config.yml](https://github.com/go-gitea/gitea/blob/main/docs/config.yaml) ([go-gitea/gitea#21981](https://github.com/go-gitea/gitea/pull/21981))

```yml
params:
  repo: "https://github.com/go-gitea/gitea"
  docContentPath: "docs/content"
```

Signed-off-by: Xinyu Zhou <i@sourcehut.net>
Reviewed-on: https://gitea.com/gitea/theme/pulls/116
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Xinyu Zhou <i@sourcehut.net>
Co-committed-by: Xinyu Zhou <i@sourcehut.net>
2022-11-30 21:30:57 +08:00

3 lines
176 B
HTML

{{- if and .Site.Params.repo .File -}}
<a href="{{ .Site.Params.repo }}/edit/main/{{ .Site.Params.docContentPath }}/{{ .File.Path }}">{{- T "edit_this_page" -}}</a>
{{- end -}}