diff options
Diffstat (limited to 'layouts/_default/single.html')
| -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> |
