{{- /* Adds links for editing the page or requesting changes: - "Edit this page": Only in production, skips files from `_vendor/` (upstream repositories). - "Request changes": Links to a pre-filled issue form. */ -}} {{ if hugo.IsProduction }} {{ with .File }} {{ if not (in .Filename "/_vendor/") }}

{{ partial "utils/svg.html" "theme/icons/edit.svg" }} {{- T "editPage" -}} {{ partialCached "icon" "open_in_new" "open_in_new" }}

{{ end }} {{ end }}

{{ partial "utils/svg.html" "theme/icons/issue.svg" }} {{- T "requestChanges" -}} {{ partialCached "icon" "open_in_new" "open_in_new" }}

{{ end }}