fix
This commit is contained in:
10
book/node_modules/lunr/example/templates/question_list.mustache
generated
vendored
Normal file
10
book/node_modules/lunr/example/templates/question_list.mustache
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<div>
|
||||
<ul>
|
||||
{{#questions}}
|
||||
<li data-question-id="{{id}}">
|
||||
<h2><a href="#">{{title}}</a></h2>
|
||||
<p>{{tags}}</p>
|
||||
</li>
|
||||
{{/questions}}
|
||||
</ul>
|
||||
</div>
|
5
book/node_modules/lunr/example/templates/question_view.mustache
generated
vendored
Normal file
5
book/node_modules/lunr/example/templates/question_view.mustache
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<div>
|
||||
<h1>{{title}}</h1>
|
||||
<p>{{tags}}</p>
|
||||
<div>{{{body}}}</div>
|
||||
</div>
|
Reference in New Issue
Block a user