diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 23:16:58 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 23:16:58 +0100 |
| commit | fb0d8f212bb4c7544590fb9b2ae298f346814519 (patch) | |
| tree | da00a160e75afa19368bbdb2c01b994f5f59b124 /layouts/_default | |
| parent | 0b5462cb77a2412ab0ed1f118563a2252bd6c4d3 (diff) | |
Update to copied guides and hugo templates
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3bc97a2..97190e4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }} {{ with .Params.icon }} -<img style="height: 10em;display: block;margin: auto;" src="{{ . }}"> +<img src="{{ . }}" class="icon"> {{ end }} {{ if .Params.table }} <h2>Table of Contents</h2> |
