summaryrefslogtreecommitdiff
path: root/layouts/guide
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/guide')
-rw-r--r--layouts/guide/single.html5
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}}