summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/section.html b/layouts/shortcodes/section.html
index 21d2e75..a7f45d1 100644
--- a/layouts/shortcodes/section.html
+++ b/layouts/shortcodes/section.html
@@ -3,7 +3,7 @@
<dt>
<a href="{{ .RelPermalink }}">{{ partial "docs/title" . }}</a>
</dt>
- <dd>
+ <dd class="markdown-inner">
{{ default .Summary .Description }}
</dd>
{{ end }}