diff options
Diffstat (limited to 'themes/hugo-book/layouts/shortcodes/section.html')
| -rw-r--r-- | themes/hugo-book/layouts/shortcodes/section.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/hugo-book/layouts/shortcodes/section.html b/themes/hugo-book/layouts/shortcodes/section.html deleted file mode 100644 index b700ec4..0000000 --- a/themes/hugo-book/layouts/shortcodes/section.html +++ /dev/null @@ -1,13 +0,0 @@ -{{- warnf "Section shortcode is deprecated and will be removed" -}} -<dl> -{{ range .Page.Pages }} - <dt> - <a href="{{ .RelPermalink }}">{{ partial "docs/title" . }}</a> - </dt> - {{ if (in $.Params "summary") -}} - <dd class="markdown-inner"> - {{ default .Summary .Description }} - </dd> - {{ end -}} -{{ end }} -</dl> |
