readded hugo-book theme files.

This commit is contained in:
2026-04-24 14:36:57 -06:00
parent 52f57401dc
commit bb5dad65bf
261 changed files with 13848 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="{{ partial "docs/icon" "menu" }}" class="book-icon" alt="{{ partial "docs/text/i18n" "Menu" }}" />
</label>
<h3>{{ partial "docs/title" . }}</h3>
<label for="toc-control">
{{ if partial "docs/toc-show" . }}
<img src="{{ partial "docs/icon" "toc" }}" class="book-icon" alt="{{ partial "docs/text/i18n" "Table of Contents" }}" />
{{ end }}
</label>
</div>