We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c8341 + 12f11d4 commit ce05dcfCopy full SHA for ce05dcf
layouts/partials/page-meta-links.html
@@ -1,6 +1,7 @@
1
{{/* template adapted from Docsy theme */}}
2
-{{ if .Path }}
3
- {{ $pathFormatted := replace .Path "\\" "/" }}
+
+{{ if .File.Path }}
4
+ {{ $pathFormatted := replace .File.Path "\\" "/" }}
5
{{ $gh_repo := ($.Param "github_repo") }}
6
{{ $gh_subdir := ($.Param "github_subdir") }}
7
{{ $gh_project_repo := ($.Param "github_project_repo") }}
0 commit comments