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

summary.html « services « layouts - github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57d46eed174dd476bc88a8517d2e74eccecfe714 (plain)
1
2
3
4
5
6
7
8
<div class="service service-summary">
  <div class="service-content">
    <h2 class="service-title">
      <a href="{{ .Permalink }}">{{ .Title }}</a>
    </h2>
    <p>{{ .Content | plainify | htmlUnescape | truncate 120 "…" }}</p>
  </div>
</div>