{{- /* 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/") }}
{{ partialCached "icon" "edit" "edit" }} {{- T "editPage" -}} {{ partialCached "icon" "open_in_new" "open_in_new" }}
{{ end }} {{ end }}{{ partialCached "icon" "check" "check" }} {{- T "requestChanges" -}} {{ partialCached "icon" "open_in_new" "open_in_new" }}
{{ end }}