summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:16:58 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:16:58 +0100
commitfb0d8f212bb4c7544590fb9b2ae298f346814519 (patch)
treeda00a160e75afa19368bbdb2c01b994f5f59b124 /layouts/_default
parent0b5462cb77a2412ab0ed1f118563a2252bd6c4d3 (diff)
Update to copied guides and hugo templates
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html2
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>