freifunk-rhein-sieg.net/themes/hugo_ff_theme/layouts/shortcodes/sponsor.html

4 lines
154 B
HTML
Raw Normal View History

2020-02-08 18:34:06 +00:00
<sponsor>
<a href="{{ .Get "link" }}" class="p-3 d-inline-block">
<img src="{{ .Get "img" }}" width="250px" alt="{{ .Get "alt" }}"></a>
</sponsor>