Welcome to mirror list, hosted at ThFree Co, Russian Federation.

summary.html « _default « layouts - github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cfe8f216532210b3d19b5cd4c07ced8d3c51a8a (plain)
1
2
3
4
5
6
7
<div class="summary mb-2">
  {{ if .Params.image }}
  <img alt="{{ .Title }}" src="{{ .Params.image }}" />
  {{ end}}
  <h2 class="title-summary"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
  <p>{{ htmlUnescape .Content | plainify | truncate 140 }}</p>
</div>