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

post.html « _default « layouts - github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e79b1f59b60d76c944555addb9d46f71a922368e (plain)
1
2
3
4
5
6
7
8
9
10
<div class="blog-item card mb-4 border-0">
  <img src="{{ .Params.Image | relURL }}" alt="{{ .Title | markdownify }}" class="img-fluid w-100">
  <div class="blog-item-content p-4">
    <div class="blog-meta mb-2">
      <span><i class="ti-time mr-2"></i>{{ .PublishDate.Format "02 Jan, 2006" }}</span> <i class="ti-user ml-2"></i>
      {{ .Params.Author | title }}
    </div>
    <h4 class="mt-2 mb-3"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h4>
  </div>
</div>