add toc side support

This commit is contained in:
Wonderfall
2022-07-24 03:12:49 +02:00
parent 09c9be232f
commit 230360552b
2 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{{- $headers := findRE "<h[1-6].*?>(.|\n])+?</h[1-6]>" .Content -}}
{{- $has_headers := ge (len $headers) 1 -}}
{{- if $has_headers -}}
<div class="toc">
<div class="toc side">
<details {{if (.Param "TocOpen") }} open{{ end }}>
<summary accesskey="c" title="(Alt + C)">
<span class="details">{{- i18n "toc" | default "Table of Contents" }}</span>