Skip to content

Commit

Permalink
Merge pull request #146 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit 87cf8db6
  • Loading branch information
Jenny-Jiani authored Nov 19, 2024
2 parents 537347b + 24a87d5 commit e9435d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/search-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 class="h2 fontOswald tc">{{page.h1}}</h1>
templates: {
item: (hit, { html, components }) => html`
<div>
<div class="hit-title"><a href="${hit.url}" target="_blank">${components.Highlight({ hit, attribute: 'title' })}</a></div>
<div class="hit-title"><a href="${hit.url}">${components.Highlight({ hit, attribute: 'title' })}</a></div>
<div class="hit-url">${hit.url}</div>
<div class="hit-content">${components.Snippet({ hit, attribute: 'content' })}</div>
</div>
Expand Down

0 comments on commit e9435d0

Please sign in to comment.