File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 <li ><a href =" src/components/refine-view.hbs" >Refine Search</a ></li >
5454 <li ><a href =" src/components/rssfeed-view.hbs" >RSS Feed</a ></li >
5555 <li ><a href =" src/components/search-view.hbs" >Search</a ></li >
56+ <li ><a href =" src/components/searchresult-view.hbs" >Search Results</a ></li >
5657 <li ><a href =" src/components/utilitynav-view.hbs" >Utility Nav</a ></li >
5758 </ul >
5859 <h2 >Objects</h2 >
Original file line number Diff line number Diff line change 1+ {{ #extend " base" }}{{ #content " body" }}
2+ {{> searchresult }}
3+ {{ /content }}{{ /extend }}
Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ for (const i of posts.keys()) {
1616 searchResultData . push ( {
1717 searchresultheading : {
1818 heading : {
19- level : '2'
20- } ,
21- link1 : true ,
22- link2 : false ,
23- link : {
24- text : postTitle ,
25- url : postLink
19+ level : '2' ,
20+ link : {
21+ text : postTitle ,
22+ url : postLink
23+ }
2624 }
2725 } ,
2826 doctype : filetype ,
You can’t perform that action at this time.
0 commit comments