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: d9f614de86bda9728d77114c097d691693292667 (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>{{ .Content | plainify | truncate 140 }}</p>
</div>