joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/page/badges.html
2018-02-28 16:33:36 +01:00

5 lines
185 B
HTML

{{ range .Params.badges }}
<a class="badge" href="{{ .url }}">
<img title="{{ if .title }}{{ .title }}{{ else }}{{ .alt }}{{ end }}" alt="{{ .alt }}" src="{{ .img }}">
</a>
{{ end }}