huge upgrade to theme and pagefind search bar.
This commit is contained in:
13
themes/hugo-book.backup/layouts/_shortcodes/section.html
Normal file
13
themes/hugo-book.backup/layouts/_shortcodes/section.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{- 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">
|
||||
{{- or .Description .Summary site.Params.description | plainify | htmlUnescape }}
|
||||
</dd>
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
</dl>
|
||||
Reference in New Issue
Block a user