forked from laurens/fediversity_website
		
	Toevoegen Nederlands vlaggetje en icoon niet-filmen
This commit is contained in:
		
							parent
							
								
									35a7a8d9c3
								
							
						
					
					
						commit
						55e8e4cb81
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -166,8 +166,15 @@ | |||
|                   {{ else }} | ||||
|                   {{ if .title }}{{ if .keynote }}<strong>Keynote:</strong> {{ end }}<em>{{ .title }}</em>{{ end }} | ||||
|                   {{ end }} | ||||
|                   {{ if eq .language "nl" }} | ||||
|                     🇳🇱 | ||||
|                   {{ end }} | ||||
|                   {{ if .not_recorded }} | ||||
|                     <img class="m-r-small" src="/afbeeldingen/iconen/video-slash.svg" height="{{ $.Site.Params.smallIconSize }}" width="{{ $.Site.Params.smallIconSize }}" alt="Deze presentatie zal niet worden gefilmd"> | ||||
|                   {{ end }} | ||||
|                 {{ end }} | ||||
| 
 | ||||
| 
 | ||||
|                 {{ with .textfield }} | ||||
|                   {{ if and (.text) (.link) }} | ||||
|                     <em><a href="{{ .link }}">{{ .text }}</a></em> | ||||
|  | @ -175,6 +182,7 @@ | |||
|                     {{ with .text }}<em>{{ . }}</em><br>{{ end }} | ||||
|                   {{ end }} | ||||
|                 {{ end }} | ||||
| 
 | ||||
|               </td> | ||||
|               {{ end }} | ||||
|           {{ end }} | ||||
|  |  | |||
		Reference in a new issue