open toc on wide displays
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{{- $has_headers := ge (len $headers) 1 -}}
|
||||
{{- if $has_headers -}}
|
||||
<div class="toc side">
|
||||
<details {{if (.Param "TocOpen") }} open{{ end }}>
|
||||
<details id="toc" {{if (.Param "TocOpen") }} open{{ end }}>
|
||||
<summary accesskey="c" title="(Alt + C)">
|
||||
<span class="details">{{- i18n "toc" | default "Table of Contents" }}</span>
|
||||
</summary>
|
||||
|
Reference in New Issue
Block a user