Find first section for chevron navigation
This commit is contained in:
parent
45e36f3532
commit
f6b0e97de2
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,10 @@
|
|||
<li>{{ . }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<!-- @todo this section should go to the first section, not necessarily about -->
|
||||
<a href="#about"><i class="arrow bounce fa fa-chevron-down"></i></a>
|
||||
{{ if .Site.Data.sections }}
|
||||
{{ range first 1 (sort .Site.Data.sections "section.weight") }}
|
||||
<a href="#{{ replace (lower .section.name) " " "-" }}"><i class="arrow bounce fa fa-chevron-down"></i></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue