mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	Add a space to External link SVG in profile button
This commit is contained in:
		@@ -37,7 +37,7 @@
 | 
			
		||||
            <a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name }}">
 | 
			
		||||
                <span class="button-inner">
 | 
			
		||||
                    {{ .name }}
 | 
			
		||||
                    {{- if (findRE "://" .url) }}
 | 
			
		||||
                    {{- if (findRE "://" .url) }} 
 | 
			
		||||
                    <svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
 | 
			
		||||
                        stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="14" width="14">
 | 
			
		||||
                        <path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
 | 
			
		||||
@@ -52,4 +52,4 @@
 | 
			
		||||
        {{- end }}
 | 
			
		||||
    </div>
 | 
			
		||||
    {{- end}}
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user