neff-steindesign.de/themes/neff/layouts/partials/news.html

20 lines
602 B
HTML
Executable File

<li class="col-xs-4">
<div>
{{- $site := . -}}
{{- range .Resources.ByType "image" -}}
{{- if .Params.featured -}}
{{- $orig := .}}
{{ partial "figure.html" (dict "image" $orig "ctx" $site "class" "fill")}}
{{- end -}}
{{- end -}}
</div>
<header>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
</header>
<div>
{{ .Summary }}
{{- if .Truncated -}}
&nbsp;<a href="{{ .RelPermalink }}">{{ i18n "read-more" }}&#8230;</a>
{{- end -}}
</div>
</li>