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

li.html « _default « layouts - github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc03e0c9a45245ba79b0aab13717225df10b8182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<article class="card pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
  <a class="card__thumb" href="{{ .Permalink }}">
    <img src="{{ if and (.Params.image) (ne .Params.image "") }}/{{ .Params.image }}{{ else }}/image/theme/og.png{{ end }}" alt="">
  </a>
  <a href="{{ .Permalink }}">
    <h3>{{ .Title }}</h3>
  </a>
  <span>
    <time datetime="{{ .Date.Format " 2006-01-02T15:04:05Z07:00" | safeHTML }}">{{ .Date.Format "2006.01.02" }}</time>
  </span>
  <p >{{ if .IsPage }}{{ .Summary }}...{{ else }}{{ .Site.Params.description }}{{ end }}</p>
</article>