|
@@ -67,7 +67,7 @@
|
|
<li class="search-list-item hover">
|
|
<li class="search-list-item hover">
|
|
<div class="search-list-item-title-container">
|
|
<div class="search-list-item-title-container">
|
|
<span>{{$k | plus 1}}. </span>
|
|
<span>{{$k | plus 1}}. </span>
|
|
- <a href="{{$v.Url}}" class="search-list-item-title ellipsis"><span data-format-id={{$k}}>{{$v.Title| highlight $v.Keyword "#2ABED1"|ParseHtml}}</span></a>
|
|
|
|
|
|
+ <a href="{{$v.Url}}" class="search-list-item-title ellipsis" target="_blank"><span data-format-id={{$k}}>{{$v.Title| highlight $v.Keyword "#2ABED1"|ParseHtml}}</span></a>
|
|
<div class="search-list-item-title-suffix" style="display: none"></div>
|
|
<div class="search-list-item-title-suffix" style="display: none"></div>
|
|
</div>
|
|
</div>
|
|
<div class="search-list-item-detail ellipsis-2">{{$v.Detail|highlight $v.Keyword "#2ABED1"|ParseHtml}}</div>
|
|
<div class="search-list-item-detail ellipsis-2">{{$v.Detail|highlight $v.Keyword "#2ABED1"|ParseHtml}}</div>
|
|
@@ -167,7 +167,7 @@
|
|
<main class="tags-card-main">
|
|
<main class="tags-card-main">
|
|
<div class="tags-card-list lineHeight-10">
|
|
<div class="tags-card-list lineHeight-10">
|
|
{{range $k, $v := GetRandomLetterKeywords 30 }}
|
|
{{range $k, $v := GetRandomLetterKeywords 30 }}
|
|
- <a class="tags-card-item inline" href="{{$v.Url}}" title="{{$v.Name}}" target="_blank">{{$v.Name}}</a>
|
|
|
|
|
|
+ <a class="tags-card-item inline" href="{{$v.Url}}" title="{{$v.Name}}" >{{$v.Name}}</a>
|
|
{{end}}
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</main>
|