diff --git a/docs/assets/icons/ai.svg b/docs/assets/icons/ai.svg index f9f462dad..60e1dcdd5 100644 --- a/docs/assets/icons/ai.svg +++ b/docs/assets/icons/ai.svg @@ -1,4 +1,4 @@ - +{{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} {{ .LinkTitle }} @@ -32,7 +32,7 @@ {{ if $currentPage.IsSection }} {{ with index $currentPage.Pages.ByWeight 0 }} - + {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} {{ .LinkTitle }} @@ -40,7 +40,7 @@ {{ else }} {{ if $currentPage.PrevInSection }} {{ with $currentPage.PrevInSection }} - + {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} {{ $currentPage.PrevInSection.LinkTitle }}