Skip to content

Commit

Permalink
Open all links in new tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CorneliousJD authored May 13, 2020
1 parent 1189c24 commit 8e546f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>Search options</h2>
</tr>
{{#providers}}
<tr>
<td><a href="{{url}}">{{name}}</a></td>
<td><a target="_blank" href="{{url}}">{{name}}</a></td>
<td>{{prefix}}</td>
</tr>
{{/providers}}
Expand Down Expand Up @@ -86,7 +86,7 @@ <h3>Applications</h3>
<span class="iconify icon" data-icon="mdi-{{icon}}"></span>
</div>
<div class="apps_text">
<a href="{{url}}">{{name}}</a>
<a target="_blank" href="{{url}}">{{name}}</a>
<span>{{url}}</span>
</div>
</div>
Expand All @@ -103,7 +103,7 @@ <h3>Bookmarks</h3>
<div id="links_item">
<h4>{{category}}</h4>
{{#links}}
<a href="{{url}}" class="theme_color-border theme_text-select">{{name}}</a>
<a target="_blank" href="{{url}}" class="theme_color-border theme_text-select">{{name}}</a>
{{/links}}
</div>
{{/bookmarks}}
Expand Down

0 comments on commit 8e546f7

Please sign in to comment.