diff --git a/layouts/shortcodes/badgeTable.html b/layouts/shortcodes/badgeTable.html index 4ff6574..ca21c8e 100644 --- a/layouts/shortcodes/badgeTable.html +++ b/layouts/shortcodes/badgeTable.html @@ -9,7 +9,7 @@ {{ partial "badge.html" (dict "Icon" $icon "Lang" . "Alt" $alt ) }}
-
<img source="https://ad5001.eu/img/badges/{{ . }}/{{ $icon }}.svg" class="badge"/>
+
<img source="https://ad5001.eu/img/badges/{{ . }}/{{ $icon }}.svg" alt="{{ i18n $alt }}" class="badge"/>
{{ end }}