{{- if .File -}} {{- $rawURL := "" -}} {{- if .IsPage -}} {{- $htmlBase := strings.TrimSuffix ".html" .RelPermalink -}} {{- $rawURL = printf "%s/index.md" $htmlBase -}} {{- else if .IsSection -}} {{- $rawURL = printf "%s_index.md" .RelPermalink -}} {{- end -}} {{- $gitBase := strings.TrimSuffix "/" site.Params.gitBase -}} {{- $gitURL := printf "%s/content/%s" $gitBase .File.Path -}} {{- end -}}