Add missing alt image tests options in footer

This commit is contained in:
Aroy-Art 2024-12-10 11:27:55 +01:00
parent 4bf1fd5243
commit 478388317b
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -28,7 +28,7 @@
<div class="social-icon text-center col-sm"> <div class="social-icon text-center col-sm">
<h2>{{ site.Params.sketchfab.text | markdownify }}</h2> <h2>{{ site.Params.sketchfab.text | markdownify }}</h2>
<a href="{{ site.Params.sketchfab.link | safeHTML }}" class="social-icon-a"> <a href="{{ site.Params.sketchfab.link | safeHTML }}" class="social-icon-a">
<img class="social-icon-img" src="{{ site.Params.sketchfab.img | absURL }}"> <img class="social-icon-img" src="{{ site.Params.sketchfab.img | absURL }}" alt="{{ site.Params.sketchfab.img_alt }}">
</a> </a>
</div> </div>
{{ end }} {{ end }}
@ -38,7 +38,7 @@
<div class="social-icon text-center col-sm"> <div class="social-icon text-center col-sm">
<h2>{{ site.Params.itchio.text | markdownify }}</h2> <h2>{{ site.Params.itchio.text | markdownify }}</h2>
<a href="{{ site.Params.itchio.link | safeHTML }}" class="social-icon-a"> <a href="{{ site.Params.itchio.link | safeHTML }}" class="social-icon-a">
<img class="social-icon-img" src="{{ site.Params.itchio.img | absURL }}"> <img class="social-icon-img" src="{{ site.Params.itchio.img | absURL }}" alt="{{ site.Params.itchio.img_alt }}">
</a> </a>
</div> </div>
{{ end }} {{ end }}
@ -49,7 +49,7 @@
{{ "<!-- Copyright -->" | safeHTML }} {{ "<!-- Copyright -->" | safeHTML }}
<div class="copyright text-center"> <div class="copyright text-center">
<a href="{{ site.Home.Permalink }}"> <a href="{{ site.Home.Permalink }}">
<img src="{{ site.Params.logo | absURL }}" height="128"> <img src="{{ site.Params.logo | absURL }}" alt="{{ site.Params.logo_alt }}" height="128">
</a> </a>
<br> <br>
<p>{{ site.Params.copyright | markdownify }}</p> <p>{{ site.Params.copyright | markdownify }}</p>