{{ range (first 3 (where .Site.RegularPages "Type" "!=" "response")) }}
<articleclass="post h-entry entry">
{{ if eq .Type "article"}}{{ with .Page.Params.images }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3class="p-name entry-title"><ahref="{{ .Permalink}}"class="u-url">{{ .Title }}</a></h3>{{ end }}
<sectionclass="e-content">{{ if not (eq .Type "article")}}{{ .Content }}{{ else}}{{ .Summary }}{{ end }}
{{ if or (isset .Page.Params "pleromaurl") (isset .Page.Params "pixelfedurl")}}
- Syndication:
{{ with .Page.Params.pleromaurl }}<arel="syndication"class="u-syndication"href="{{ . }}"><iclass="fa fa-pleroma fa-1.5x fa-fw"aria-hidden="true"title="Pleroma"></i></a>{{ end }}
{{ with .Page.Params.pixelfedurl }}<arel="syndication"class="u-syndication"href="{{ . }}"><iclass="fa fa-pixelfed fa-1.5x fa-fw"aria-hidden="true"title="Pixelfed"></i></a>{{ end }}</span><spanclass="categories_span_other">{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }}
Made with ❤ and <ahref="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }}<br/><b>Inter</b> font by <ahref="https://rsms.me/"target="_blank">Rasmus</a><br/>