diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-11 09:49:37 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-11 09:49:37 +0100 |
| commit | 205435c112a28465f85ba279e71de4fac63d7c3b (patch) | |
| tree | 442da0d3bce624bf16716a8e33733b043e9fd7b6 /layouts/guide | |
| parent | ebdaad8278917343f478ef54f14aa49511939c35 (diff) | |
downloaded images instead of redirecting to links
Diffstat (limited to 'layouts/guide')
| -rw-r--r-- | layouts/guide/single.html | 2 |
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> |
