rclone/docs/layouts/shortcodes/sponsor.html

4 lines
251 B
HTML
Raw Normal View History

2024-03-08 12:50:00 +00:00
<a href="{{ .Get "link" }}" target="_blank" >
<img width="{{ .Get "width" }}" src="{{ .Get "src" }}" title="{{ .Get "title" }}" styleX="{{ .Get "style" | safeCSS }}" style="margin: 2px; padding: 1px; border: 1px solid #ddd; border-radius: 4px;">
2024-03-08 12:50:00 +00:00
</a>