From b04c72c2cfdb6f63f4e8419bf5d940fd8f57b443 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 2 Nov 2021 21:18:38 +0300 Subject: navbar: open GitHub link in a new tab --- _includes/common/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/common') 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 %} {% endcapture %} {% if site.settings.navbar.github == false %} {% else %} -
  • {{ github_icon }}{{ github_link | upcase }}
  • +
  • {{ github_icon }}{{ github_link | upcase }}
  • {% endif %} {% endif %} -- cgit v1.2.3