From 0b13dadaacc964ad275794f457ec587069b890e9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 8 Apr 2021 21:35:11 +0300 Subject: use relative_url instead of site.baseurl --- _includes/common/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/common/navbar.html') diff --git a/_includes/common/navbar.html b/_includes/common/navbar.html index 6cf0e74..8ec0812 100644 --- a/_includes/common/navbar.html +++ b/_includes/common/navbar.html @@ -21,9 +21,9 @@ {% endif %} {% if node.groups contains 'navbar' %} {% if page.url == node.url %} -
  • {{ node.navbar_link }}
  • +
  • {{ node.navbar_link }}
  • {% else %} -
  • {{ node.navbar_link }}
  • +
  • {{ node.navbar_link }}
  • {% endif %} {% endif %} {% endfor %} -- cgit v1.2.3