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: 4e64cc7edf6afca2fa48652c663190ae9d32da66 (plain)
1
2
3
4
5
6
7
8
<div class="service service-summary">
  <div class="service-content">
    <h2 class="service-title">
      <a href="{{ .RelPermalink }}">{{ .Title }}</a>
    </h2>
    <p>{{ .Content | plainify | htmlUnescape | truncate (.Site.Params.services.summary_truncate | default 120 ) "…" }}</p>
  </div>
</div>