File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ <h1 class="header">Cards</h1>
78
78
>
79
79
</ li >
80
80
81
+ < li > < small > {{title}}</ small > </ li >
82
+
81
83
< li class ="search hide-on-med-and-up ">
82
84
< div class ="search-wrapper ">
83
85
< input
@@ -110,7 +112,9 @@ <h1 class="header">Cards</h1>
110
112
>
111
113
< div class ="collapsible-body ">
112
114
< ul >
113
- < li > < a href ="color.html "> Color</ a > </ li >
115
+ < li >
116
+ < a href ="color.html "> Color</ a >
117
+ </ li >
114
118
< li > < a href ="grid.html "> Grid</ a > </ li >
115
119
< li > < a href ="helpers.html "> Helpers</ a > </ li >
116
120
< li > < a href ="media-css.html "> Media</ a > </ li >
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ export default {
7
7
base : "./" ,
8
8
plugins : [
9
9
handlebars ( {
10
+ context ( pagePath ) {
11
+ return {
12
+ title : pagePath ,
13
+ } ;
14
+ } ,
10
15
partialDirectory : resolve ( __dirname , "partials" ) ,
11
16
} ) ,
12
17
] ,
You can’t perform that action at this time.
0 commit comments