summaryrefslogtreecommitdiff
path: root/layouts/guide/single.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-11-11 09:49:37 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-11-11 09:49:37 +0100
commit205435c112a28465f85ba279e71de4fac63d7c3b (patch)
tree442da0d3bce624bf16716a8e33733b043e9fd7b6 /layouts/guide/single.html
parentebdaad8278917343f478ef54f14aa49511939c35 (diff)
downloaded images instead of redirecting to links
Diffstat (limited to 'layouts/guide/single.html')
-rw-r--r--layouts/guide/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/guide/single.html b/layouts/guide/single.html
index f1eca27..6d1c347 100644
--- a/layouts/guide/single.html
+++ b/layouts/guide/single.html
@@ -1,6 +1,6 @@
{{ define "main" }}
{{ with .Params.icon }}
-<img src="{{ . }}" class="icon">
+<img src="/guide/icon/{{ . }}" class="icon">
{{ end }}
{{ if .Params.deprecated }}
<br>