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
This commit is contained in:
		
							parent
							
								
									94e9efafe1
								
							
						
					
					
						commit
						8886f6a2c0
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
<a href="https://gitlab.com{{ include.username }}">
 | 
					<a href="https://gitlab.com/{{ include.username }}">
 | 
				
			||||||
  <span class="icon icon--gitlab">{% include icon-gitlab.svg %}</span>
 | 
					  <span class="icon icon--gitlab">{% include icon-gitlab.svg %}</span>
 | 
				
			||||||
  <span class="label">{{ include.label | default: include.username }}</span>
 | 
					  <span class="label">{{ include.label | default: include.username }}</span>
 | 
				
			||||||
</a>
 | 
					</a>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue