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

content-list.html « post « layouts - github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b051f4a0d0567b7d82ca592f5ebdddcb44def09b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<article class="post">
  {{ .Render "header" }}
  {{ .Render "featured" }}
  <p>{{ printf "%s" .Summary | markdownify }}</p>

  <footer>
    <ul class="actions">
      <li><a href="{{ .Permalink }}" class="button big">Continue Reading</a></li>
    </ul>
    {{ .Render "footer-category" }}
  </footer>
</article>