diff --git a/site/content/docs/5.2/examples/_index.md b/site/content/docs/5.2/examples/_index.md index 46688839b8cb..f4f0182ebd21 100644 --- a/site/content/docs/5.2/examples/_index.md +++ b/site/content/docs/5.2/examples/_index.md @@ -35,6 +35,9 @@ aliases: "/examples/" loading="lazy">
{{ $example.description }}
{{ if (eq (add $i 1) $len) }}{{ end }} diff --git a/site/layouts/partials/scripts.html b/site/layouts/partials/scripts.html index 3378a230e960..c032f9c3df7c 100644 --- a/site/layouts/partials/scripts.html +++ b/site/layouts/partials/scripts.html @@ -9,6 +9,10 @@ {{- end }} +{{ if eq .Page.Layout "single" -}} + +{{- end }} + {{- $vendor := resources.Match "js/vendor/*.js" -}} {{- $js := resources.Match "js/*.js" -}} {{- $targetDocsJSPath := path.Join "/docs" .Site.Params.docs_version "assets/js/docs.js" -}} @@ -70,3 +74,100 @@ } {{- end }} + +{{ if eq .Page.Layout "single" -}} + +{{- end }}