Fix: opschonen en oplossen issues w3c-validator

This commit is contained in:
Michael Boelen 2023-05-21 15:41:24 +02:00
parent f5a830d4ff
commit 8bdb961de4
3 changed files with 36 additions and 38 deletions

View file

@ -1,4 +1,3 @@
{{ $size_in_pixels := 150 }} {{ $size_in_pixels := 150 }}
<div class="grid-team-members-small-photos"> <div class="grid-team-members-small-photos">
@ -8,9 +7,9 @@
{{ if .thumbnail }} {{ if .thumbnail }}
<figure> <figure>
{{ if .profile_page }} {{ if .profile_page }}
<a href="{{ .profile_page }}"><img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}" /></a> <a href="{{ .profile_page }}"><img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}"></a>
{{ else }} {{ else }}
<img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}" /> <img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}">
{{ end }} {{ end }}
<figcaption> <figcaption>
<small><strong>{{ .name }}</strong></small> <small><strong>{{ .name }}</strong></small>
@ -20,4 +19,4 @@
</div> </div>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>

View file

@ -1,4 +1,3 @@
{{ $size_in_pixels := 150 }} {{ $size_in_pixels := 150 }}
<div class="grid-team-members-small-photos"> <div class="grid-team-members-small-photos">
@ -8,9 +7,9 @@
{{ if .thumbnail }} {{ if .thumbnail }}
<figure> <figure>
{{ if .profile_page }} {{ if .profile_page }}
<a href="{{ .profile_page }}"><img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}" /></a> <a href="{{ .profile_page }}"><img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}"></a>
{{ else }} {{ else }}
<img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}" /> <img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" height="{{ $size_in_pixels }}" width="{{ $size_in_pixels }}">
{{ end }} {{ end }}
<figcaption> <figcaption>
<small><strong>{{ .name }}</strong></small> <small><strong>{{ .name }}</strong></small>
@ -20,4 +19,4 @@
</div> </div>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>

View file

@ -16,9 +16,9 @@
{{ if .thumbnail }} {{ if .thumbnail }}
<figure> <figure>
{{ if .profile_page }} {{ if .profile_page }}
<a href="{{ .profile_page }}"><img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" /></a> <a href="{{ .profile_page }}"><img src="{{ .thumbnail }}" alt="Foto van {{ .name }}"></a>
{{ else }} {{ else }}
<img src="{{ .thumbnail }}" alt="Foto van {{ .name }}" /> <img src="{{ .thumbnail }}" alt="Foto van {{ .name }}">
{{ end }} {{ end }}
<figcaption> <figcaption>
<strong>{{ .name }}</strong> <strong>{{ .name }}</strong>