forked from laurens/fediversity_website
		
	Invullen alternatieve teksten
This commit is contained in:
		
							parent
							
								
									8ce42eeebb
								
							
						
					
					
						commit
						b61b5747d6
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -22,12 +22,12 @@ | |||
|         (.Site.Params.mastodon_handle) | ||||
|         (.Site.Params.mastodon_instance) | ||||
|       }} | ||||
|       <a class="icon" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer "title" "Toots van NLUUG") }}</a> | ||||
|       <a class="icon" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer "alt" "Icoon van Mastodon" "title" "Toots van NLUUG") }}</a> | ||||
|       {{ end }} | ||||
|       <a class="icon" href="https://www.linkedin.com/groups/130891/">{{ partial "show-svg-icon.html" (dict "context" . "icon" "linkedin" "iconsize" $iconsize_footer "title" "Vind ons op LinkedIn") }}</a> | ||||
|       <a class="icon" href="https://www.meetup.com/nluug-dutch-unix-linux-user-group/">{{ partial "show-svg-icon.html" (dict "context" . "icon" "meetup" "iconsize" $iconsize_footer "title" "Bekijk onze geplande evenementen") }}</a> | ||||
|       <a class="icon" href="{{ absURL "atom.xml" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer "title" "RSS-feed voor nieuwsberichten") }}</a> | ||||
|       <a class="icon" href="{{ absURL "feed.json" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer "title" "JSON Feed voor actueel nieuws") }}</a> | ||||
|       <a class="icon" href="https://www.linkedin.com/groups/130891/">{{ partial "show-svg-icon.html" (dict "context" . "icon" "linkedin" "iconsize" $iconsize_footer "alt" "Icoon van LinkedIn" "title" "Vind ons op LinkedIn") }}</a> | ||||
|       <a class="icon" href="https://www.meetup.com/nluug-dutch-unix-linux-user-group/">{{ partial "show-svg-icon.html" (dict "context" . "icon" "meetup" "iconsize" $iconsize_footer "alt" "Icoon van Meetup" "title" "Bekijk onze geplande evenementen") }}</a> | ||||
|       <a class="icon" href="{{ absURL "atom.xml" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer "alt" "Icoon van Atom-feed" "title" "RSS-feed voor nieuwsberichten") }}</a> | ||||
|       <a class="icon" href="{{ absURL "feed.json" }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer "alt" "Icoon van JSON-feed" "title" "JSON Feed voor actueel nieuws") }}</a> | ||||
|       </nav> | ||||
|     </div> | ||||
|     <div> | ||||
|  |  | |||
		Reference in a new issue