updated-search.html
added triple brackets in 'this.url' & 'this'
This commit is contained in:
parent
e03881d443
commit
574b21e5fa
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
{{#each results}}
|
{{#each results}}
|
||||||
<div class="result">
|
<div class="result">
|
||||||
<h1><a href="{{this.visitingUrl}}">{{{this.title}}}</a></h1>
|
<h1><a href="{{this.visitingUrl}}">{{{this.title}}}</a></h1>
|
||||||
<small>{{this.url}}</small>
|
<small>{{{this.url}}}</small>
|
||||||
<p>{{{this.description}}}</p>
|
<p>{{{this.description}}}</p>
|
||||||
<div class="upstream_engines">
|
<div class="upstream_engines">
|
||||||
{{#each engine}}
|
{{#each engine}}
|
||||||
<span>{{this}}</span>
|
<span>{{{this}}}</span>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue