aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/layouts/partials/edit-on-github.html
blob: d2c3098c2b422eb0f7d53adf4c6ee968385963fe (plain)
1
2
3
4
5
6
7
8
9
{{ if and .IsPage (not (getenv "DOCS_ARCHIVE")) }}
<a class="button is-small is-outlined is-link is-pulled-right"
   target="_blank"
   href="https://github.com/mitmproxy/mitmproxy/blob/master/docs/src/content/{{ .File.Path }}"
>
    Edit on GitHub
</a>
{{ end }}