You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
530 B
15 lines
530 B
<aside class="toolbar">
|
|
<!-- Sometimes Hugo will generate an empty TOC enclosed within a nav element. -->
|
|
<!-- 32 is the length of this empty output. -->
|
|
{{- if gt (len .TableOfContents) 32 }}
|
|
<div class="toc">
|
|
<h4>{{ i18n "toc" }}</h4>
|
|
{{ .TableOfContents }}
|
|
</div>
|
|
{{- end }}
|
|
<div class="actions">
|
|
<a href="#top" class="action" title="{{ i18n "back_to_top" }}">
|
|
<i class="material-icons" aria-hidden="true">vertical_align_top</i>
|
|
</a>
|
|
</div>
|
|
</aside>
|
|
|