source: tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/partials/content-type/link.html

Last change on this file was 16971, checked in by Henrik Bettermann, 3 years ago
File size: 408 bytes
Line 
1<a class="bubble" href="{{ .ctx.Params.link }}" target="_blank">
2    <i class="fas fa-fw {{ or .ctx.Params.icon "fa-link" }}"></i>
3</a>
4
5<article class="link">
6    {{ with .ctx.Params.featuredImage }}
7        <img src="{{ . }}" class="featured-image" alt="">
8    {{ end }}
9    <a href="{{ .ctx.Params.link }}" target="_blank">
10        <h4>{{ .ctx.Title }}</h4>
11        {{ .ctx.Content }}
12    </a>
13</article>
Note: See TracBrowser for help on using the repository browser.