From 8886f6a2c09b12271065a562474e3979fa0b35f4 Mon Sep 17 00:00:00 2001 From: Raju Devidas Date: Mon, 12 Nov 2018 05:17:03 +0530 Subject: [PATCH] Update icon-gitlab.html - Added the missing forward slash from the url. (#80) The missing `/` was causing the url to be incorrect in the finally generated web page. The url got rendered as https://gitlab.comusername instead of https://gitlab.com/username --- _includes/icon-gitlab.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/icon-gitlab.html b/_includes/icon-gitlab.html index bdebcb6..a25f9d5 100644 --- a/_includes/icon-gitlab.html +++ b/_includes/icon-gitlab.html @@ -1,4 +1,4 @@ - + {% include icon-gitlab.svg %} {{ include.label | default: include.username }}