We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e949760 commit d77484eCopy full SHA for d77484e
website/layouts/partials/page-meta-links.html
@@ -1,8 +1,8 @@
1
{{ $path := "" }}
2
{{ with .File }}
3
- {{ $path = .Path }}
+ {{ $path = printf "%s/%s" .Lang .Path }}
4
{{ else }}
5
6
{{ end }}
7
{{ $pathFormatted := replace $path "\\" "/" }}
8
{{- $prefix := index (split $path "/") 0 -}}
0 commit comments