mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Add section to toc header
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<aside id="toc">
|
||||
<header>
|
||||
<a href="#page-top">
|
||||
<h3>{{.Title}}</h3>
|
||||
<h3 class="{{.Section}}">{{.Title}}</h3>
|
||||
</a>
|
||||
</header>
|
||||
{{.TableOfContents}}
|
||||
|
||||
Reference in New Issue
Block a user