mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
10 lines
No EOL
283 B
Text
10 lines
No EOL
283 B
Text
{{- $to := .to }}
|
|
{{- $abs := .abs }}
|
|
{{- $link := $to.RelPermalink }}
|
|
{{- if $abs }}
|
|
{{- $link = $to.Permalink }}
|
|
{{- end }}
|
|
{{- if and (ne .Site.Params.disableExplicitIndexURLs true) (eq (substr $link -1) "/") }}
|
|
{{- $link = printf "%sindex.html" $link }}
|
|
{{- end }}
|
|
{{- $link }} |