File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ $navbar-breakpoint: $tablet;
29
29
@import " bulma-0.9.1/base/_all.sass" ;
30
30
@import " bulma-0.9.1/components/breadcrumb.sass" ;
31
31
@import " bulma-0.9.1/components/media.sass" ;
32
+ @import " bulma-0.9.1/components/menu.sass" ;
32
33
@import " bulma-0.9.1/components/navbar.sass" ;
33
34
@import " bulma-0.9.1/components/pagination.sass" ;
34
35
@import " bulma-0.9.1/elements/button.sass" ;
Original file line number Diff line number Diff line change 6
6
{{ define "main" }}
7
7
< div class ="columns ">
8
8
< div class ="column is-one-quarter ">
9
- < h4 class ="title is-h4 "> Table of contents</ h4 >
10
- < div class ="content ">
11
- < ul >
12
- {{ range .Pages.ByWeight }}
9
+ < aside class ="menu ">
10
+ < p class ="menu-label ">
11
+ Table of contents
12
+ </ p >
13
+ < ul class ="menu-list ">
14
+ {{ range .Pages.ByWeight }}
13
15
< li >
14
16
< a href ="#{{ .Title | urlize }} "> {{ .Title }}</ a >
15
17
</ li >
16
- {{ end }}
17
- </ ul >
18
- </ div >
18
+ {{ end }}
19
+ </ ul >
20
+ </ aside >
19
21
</ div >
20
22
< div class ="column is-half ">
21
23
{{ range .Pages.ByWeight }}
You can’t perform that action at this time.
0 commit comments