mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Author page: remove span stray end tag (#808)
This commit is contained in:
		@@ -31,13 +31,13 @@
 | 
			
		||||
                    <div class="author-profile-location">📍 {{location}}</div>
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                    {{#if website}}
 | 
			
		||||
                    <span ></span><a class="author-profile-social-link" href="{{website}}" target="_blank" rel="noopener">{{website}}</a></span>
 | 
			
		||||
                    <span><a class="author-profile-social-link" href="{{website}}" target="_blank" rel="noopener">{{website}}</a></span>
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                    {{#if twitter}}
 | 
			
		||||
                    <span ></span><a class="author-profile-social-link" href="{{twitter_url}}" target="_blank" rel="noopener">{{twitter_url}}</a></span>
 | 
			
		||||
                    <span><a class="author-profile-social-link" href="{{twitter_url}}" target="_blank" rel="noopener">{{twitter_url}}</a></span>
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                    {{#if facebook}}
 | 
			
		||||
                    <span ></span><a class="author-profile-social-link" href="{{facebook_url}}" target="_blank" rel="noopener">{{facebook_url}}</a></span>
 | 
			
		||||
                    <span><a class="author-profile-social-link" href="{{facebook_url}}" target="_blank" rel="noopener">{{facebook_url}}</a></span>
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user