{{ if .Path }} {{ $gh_repo := ($.Param "github_repo") }} {{ if $gh_repo }}
{{ $editURL := printf "%s/edit/master/content/%s/%s" $gh_repo ($.Site.Language.Lang) .Path }} {{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (htmlEscape $.Title )}} {{ T "post_edit_this" }} {{ T "post_create_issue" }}
{{ end }} {{ end }}