Toevoegen Nederlands vlaggetje en icoon niet-filmen
This commit is contained in:
parent
35a7a8d9c3
commit
55e8e4cb81
|
@ -166,8 +166,15 @@
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ if .title }}{{ if .keynote }}<strong>Keynote:</strong> {{ end }}<em>{{ .title }}</em>{{ end }}
|
{{ if .title }}{{ if .keynote }}<strong>Keynote:</strong> {{ end }}<em>{{ .title }}</em>{{ end }}
|
||||||
{{ 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 }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
{{ with .textfield }}
|
{{ with .textfield }}
|
||||||
{{ if and (.text) (.link) }}
|
{{ if and (.text) (.link) }}
|
||||||
<em><a href="{{ .link }}">{{ .text }}</a></em>
|
<em><a href="{{ .link }}">{{ .text }}</a></em>
|
||||||
|
@ -175,6 +182,7 @@
|
||||||
{{ with .text }}<em>{{ . }}</em><br>{{ end }}
|
{{ with .text }}<em>{{ . }}</em><br>{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Reference in a new issue