freifunk-rhein-sieg.net/themes/hugo_ff_theme/layouts/shortcodes/sponsor.html
2023-09-11 11:19:22 +02:00

4 lines
154 B
HTML

<sponsor>
<a href="{{ .Get "link" }}" class="p-3 d-inline-block">
<img src="{{ .Get "img" }}" width="250px" alt="{{ .Get "alt" }}"></a>
</sponsor>