mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
topbar: wildspace for toc #639
This commit is contained in:
parent
9a5136d0be
commit
564f95145c
2 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="default-animation progress">
|
<div class="default-animation progress">
|
||||||
<div class="toc-wrapper">
|
<div class="toc-wrapper">
|
||||||
{{- if eq .Kind "taxonomy" }}
|
{{- if eq .Kind "taxonomy" }}
|
||||||
<nav id="TableOfContents">
|
<nav id="TableOfContents">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -19,5 +19,5 @@
|
||||||
"pagefield" "TableOfContents"
|
"pagefield" "TableOfContents"
|
||||||
) }}
|
) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="default-animation progress">
|
<div class="default-animation progress">
|
||||||
<div class="toc-wrapper">
|
<div class="toc-wrapper">
|
||||||
{{- if eq .Kind "taxonomy" }}
|
{{- if eq .Kind "taxonomy" }}
|
||||||
<nav id="TableOfContents">
|
<nav id="TableOfContents">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -16,5 +16,5 @@
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- .TableOfContents }}
|
{{- .TableOfContents }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
Loading…
Add table
Reference in a new issue