Merge pull request #34360 from tengqm/improve-page-meta

Improve page-meta-links page
This commit is contained in:
Kubernetes Prow Robot
2022-06-17 09:54:32 -07:00
committed by GitHub
+3 -2
View File
@@ -1,6 +1,7 @@
{{/* template adapted from Docsy theme */}}
{{ if .Path }}
{{ $pathFormatted := replace .Path "\\" "/" }}
{{ if .File.Path }}
{{ $pathFormatted := replace .File.Path "\\" "/" }}
{{ $gh_repo := ($.Param "github_repo") }}
{{ $gh_subdir := ($.Param "github_subdir") }}
{{ $gh_project_repo := ($.Param "github_project_repo") }}