diff options
Diffstat (limited to 'themes/hugo-book/layouts/shortcodes/details.html')
| -rw-r--r-- | themes/hugo-book/layouts/shortcodes/details.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/hugo-book/layouts/shortcodes/details.html b/themes/hugo-book/layouts/shortcodes/details.html deleted file mode 100644 index a80209b..0000000 --- a/themes/hugo-book/layouts/shortcodes/details.html +++ /dev/null @@ -1,7 +0,0 @@ -<details {{ if or (.Get "open") (in .Params "open") }}open{{ end }}> - {{- $summary := cond .IsNamedParams (.Get "title") (.Get 0) -}} - <summary>{{ $summary }}</summary> - <div class="markdown-inner"> - {{ .InnerDeindent | safeHTML }} - </div> -</details> |
