We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e9efa commit 8886f6aCopy full SHA for 8886f6a
_includes/icon-gitlab.html
@@ -1,4 +1,4 @@
1
-<a href="https://gitlab.com{{ include.username }}">
+<a href="https://gitlab.com/{{ include.username }}">
2
<span class="icon icon--gitlab">{% include icon-gitlab.svg %}</span>
3
<span class="label">{{ include.label | default: include.username }}</span>
4
</a>
0 commit comments