joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/page/badges.html

6 lines
185 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
{{ range .Params.badges }}
<a class="badge" href="{{ .url }}">
<img title="{{ if .title }}{{ .title }}{{ else }}{{ .alt }}{{ end }}" alt="{{ .alt }}" src="{{ .img }}">
</a>
{{ end }}