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: 32c4bcf5b1a7406148f36680bf6ec860abf290de (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>