mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 05:44:22 +01:00
Add missing alt image tests options in footer
This commit is contained in:
parent
4bf1fd5243
commit
478388317b
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
@ -101,4 +101,4 @@
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
</script>
|
</script>
|
||||||
{{ "<!-- /Cookie Box -->" | safeHTML }}
|
{{ "<!-- /Cookie Box -->" | safeHTML }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue