diff options
-rw-r--r-- | _includes/common/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/navbar.html b/_includes/common/navbar.html index 2002bd0..47ebe6f 100644 --- a/_includes/common/navbar.html +++ b/_includes/common/navbar.html @@ -59,7 +59,7 @@ {% capture github_icon %}<span class="glyphicon glyphicon-{{ github_icon }}"></span> {% endcapture %} {% if site.settings.navbar.github == false %} {% else %} - <li><a href="{{ site.github.repository_url }}">{{ github_icon }}{{ github_link | upcase }}</a></li> + <li><a href="{{ site.github.repository_url }}" target="_blank">{{ github_icon }}{{ github_link | upcase }}</a></li> {% endif %} {% endif %} </ul> |