mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 09:43:06 +00:00
6 lines
No EOL
207 B
Text
6 lines
No EOL
207 B
Text
{{- $to := .to }}
|
|
{{- $link := $to.RelPermalink }}
|
|
{{- if and (ne .Site.Params.disableExplicitIndexURLs true) (eq (substr $link -1) "/") }}
|
|
{{- $link = printf "%sindex.html" $link }}
|
|
{{- end }}
|
|
{{- $link }} |