diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 16:32:06 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 16:32:06 +0200 |
| commit | fa492e710e0b055aad5364d2dcd5b5bffe1c2932 (patch) | |
| tree | 5a2011056e1281d1cb9b64b0b37d07b2336b2f2d /layouts/guide | |
| parent | 143d651348ef774e2a9ea8395b6c42bb30d6024d (diff) | |
More changes to guides
Diffstat (limited to 'layouts/guide')
| -rw-r--r-- | layouts/guide/single.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/guide/single.html b/layouts/guide/single.html index 6efdfe0..2c0b57b 100644 --- a/layouts/guide/single.html +++ b/layouts/guide/single.html @@ -1,4 +1,9 @@ {{define "main"}} + +{{ with .Params.icon }} +<img style="height: 10em;" src="/icons/{{ . }}"> +{{ end }} + <article> <h2>Table of Contents</h2> {{.TableOfContents}} |
