Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/panel.html')
-rw-r--r--layouts/shortcodes/panel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/panel.html b/layouts/shortcodes/panel.html
index f76f718..51f7b62 100644
--- a/layouts/shortcodes/panel.html
+++ b/layouts/shortcodes/panel.html
@@ -1,7 +1,7 @@
<div class="panel {{ with .Get "status" }}panel-{{ . }}{{ else }}panel-primary{{ end }}">
{{- with .Get "title" -}}
<div class="panel-header">
-<h3>{{ if $.Get "icon" }}<i class="{{ $.Get "icon" }}"></i> {{ end }}{{- htmlUnescape . | markdownify -}}</h3>
+<h3>{{ if $.Get "icon" }}<i class="{{ $.Get "icon" }}"></i>&nbsp;{{ end }}{{- htmlUnescape . | markdownify -}}</h3>
</div>
{{- end -}}
<div class="panel-body">