Skip to content

Commit 8886f6a

Browse files
rajudevmmistakes
authored andcommitted
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
1 parent 94e9efa commit 8886f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/icon-gitlab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://gitlab.com{{ include.username }}">
1+
<a href="https://gitlab.com/{{ include.username }}">
22
<span class="icon icon--gitlab">{% include icon-gitlab.svg %}</span>
33
<span class="label">{{ include.label | default: include.username }}</span>
44
</a>

0 commit comments

Comments
 (0)