forked from laurens/fediversity_website
		
	Hints toegevoegd aan iconen
This commit is contained in:
		
							parent
							
								
									07e474ac07
								
							
						
					
					
						commit
						7bbe7afefe
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		|  | @ -16,18 +16,18 @@ | |||
| 
 | ||||
|       <nav aria-label="Social media"> | ||||
|       {{ with .Site.Params.twitter_handle }} | ||||
|         <a class="icon" href="https://twitter.com/{{ . }}" target="_blank" rel="noopener">{{- partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer) -}}</a> | ||||
|         <a class="icon" href="https://twitter.com/{{ . }}" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer "title" "Twitter mee") }}</a> | ||||
|       {{ end }} | ||||
|       {{ if and | ||||
|         (.Site.Params.mastodon_handle) | ||||
|         (.Site.Params.mastodon_instance) | ||||
|       }} | ||||
|       <a class="icon" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer) }}</a> | ||||
|       <a class="icon" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer "title" "Toots van NLUUG") }}</a> | ||||
|       {{ end }} | ||||
|       <a class="icon" href="https://www.linkedin.com/groups/130891/" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "linkedin" "iconsize" $iconsize_footer) }}</a> | ||||
|       <a class="icon" href="https://www.meetup.com/nluug-dutch-unix-linux-user-group/" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "meetup" "iconsize" $iconsize_footer) }}</a> | ||||
|       <a class="icon" href="{{ absURL "atom.xml" }}" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer) }}</a> | ||||
|       <a class="icon" href="{{ absURL "feed.json" }}" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer) }}</a> | ||||
|       <a class="icon" href="https://www.linkedin.com/groups/130891/" target="_blank" rel="noopener">{{ 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/" target="_blank" rel="noopener">{{ 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" }}" target="_blank" rel="noopener">{{ 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" }}" target="_blank" rel="noopener">{{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer "title" "JSON Feed voor actueel nieuws") }}</a> | ||||
|       </nav> | ||||
|     </div> | ||||
|     <div> | ||||
|  |  | |||
|  | @ -36,7 +36,7 @@ | |||
|            {{ end }} | ||||
|            <li> | ||||
|              <button type="button" aria-haspopup="false" aria-expanded="true" aria-label="Zoeken"></button> | ||||
|              <a href="{{ relLangURL "/zoeken/"}}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "class" "shownormal") }}</a> | ||||
|              <a href="{{ relLangURL "/zoeken/"}}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "class" "shownormal" "title" "Zoeken") }}</a> | ||||
|            </li> | ||||
|          </ul> | ||||
|     </nav> | ||||
|  |  | |||
		Reference in a new issue