mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 05:42:04 +08:00
10 lines
218 B
Go Template
10 lines
218 B
Go Template
{{- $url := "" }}
|
|
{{- with . }}
|
|
{{- with .URL }}
|
|
{{- $url = . | relLangURL }}
|
|
{{- end }}
|
|
{{- with .Page }}
|
|
{{- $url = partial "permalink.gotmpl" (dict "to" .) }}
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- return $url }} |