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