forked from laurens/fediversity_website
		
	Fix: link Twitter/X was niet correct
This commit is contained in:
		
							parent
							
								
									943043bead
								
							
						
					
					
						commit
						e0f562affb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ | |||
| 
 | ||||
|       <nav aria-label="Social media"> | ||||
|       {{ if .Site.Params.twitter_handle }} | ||||
|         <a class="icon" href="https://twitter.com/{{ . }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer "alt" "Icoon van Twitter" "title" "Twitter mee") }}</a> | ||||
|         <a class="icon" href="https://twitter.com/{{ .Site.Params.twitter_handle }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer "alt" "Icoon van Twitter" "title" "Twitter mee") }}</a> | ||||
|       {{ end }} | ||||
|       {{ if and | ||||
|         (.Site.Params.mastodon_handle) | ||||
|  |  | |||
		Reference in a new issue