Skip to content

Commit

Permalink
fix hyperlink tab issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Sep 25, 2024
1 parent 4f44b99 commit 71a024d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base target="_blank">

<title class="pageTitle">{{ site.page_title }}</title>
<meta name="description" content="{{ site.app_description }}">
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</defs>
</svg>
{% if page.url != '/' %}
<a href="../" target="_self"><img class="headerIcon" src="{{ site.app_icon | relative_url }}"></a>
<a href="../"><img class="headerIcon" src="{{ site.app_icon | relative_url }}"></a>
{% else %}
<img class="headerIcon" src="{{ site.app_icon | relative_url }}">
{% endif %}
Expand Down

0 comments on commit 71a024d

Please sign in to comment.