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

Last change on this file was 16971, checked in by Henrik Bettermann, 3 years ago
File size: 350 bytes
Line 
1<a class="bubble" href="{{ .ctx.Permalink }}">
2    <i class="fas fa-fw {{ or .ctx.Params.icon "fa-pencil-alt" }}"></i>
3</a>
4
5<article class="default article">
6    {{ partial "featured-image.html" .ctx }}
7    {{ partial "default-content.html" (dict "ctx" .ctx "template_type" .template_type) }}
8    {{ partial "article-footer.html" .ctx }}
9</article>
Note: See TracBrowser for help on using the repository browser.