diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-05-03 22:59:33 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-05-03 22:59:33 +0200 |
commit | f4a26ff3da2797d59fcba741880566d3ae8d602d (patch) | |
tree | 170b59947f8e4cea831f62ea98401e237dbccd49 /layouts/shortcodes/section.html | |
parent | 9e9c7d34038a830d22397bbec08e7ec64eb0a0d7 (diff) |
Imporove sectiopn shortcode example
Diffstat (limited to 'layouts/shortcodes/section.html')
-rw-r--r-- | layouts/shortcodes/section.html | 2 |
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 }} |