From 52e2aaa4a517f2f2f7c4ce5907245f3649cfb67e Mon Sep 17 00:00:00 2001 From: Akhilesh Sabharwal Date: Sun, 3 Mar 2019 17:17:48 +0530 Subject: [PATCH] Fix - Relative URL in Navigation --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index d1e1f65b..ce20a052 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,7 +10,7 @@

{% if page.url contains link.url %} {% assign current = 'class="current"' %} {% endif %} - {{ link.title }} + {{ link.title }} {% endfor %}