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.
1 parent c12be47 commit 6594ebcCopy full SHA for 6594ebc
site/themes/arangodb-docs-theme/layouts/shortcodes/icon.html
@@ -1,6 +1,6 @@
1
<span class="inline-icon" aria-hidden="true">
2
{{- $iconName := .Get 0 }}
3
- {{- $iconPath := printf "/site/content/images/icons/%s.svg" $iconName }}
+ {{- $iconPath := printf "content/images/icons/%s.svg" $iconName }}
4
{{- $iconSvg := readFile $iconPath }}
5
{{- if $iconSvg }}
6
{{- $iconSvg | safeHTML }}
0 commit comments