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

page-summary.html « partials « layouts - github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 403ea837e5609ba41d9fc37ba0fc2058a9b4a176 (plain)
1
2
3
4
5
6
7
8
9
<div itemscope itemtype="http://schema.org/CreativeWork">
    <h2 class="title">
        <a href="{{ .Permalink }}" itemprop="headline">{{ .Title }}</a>
    </h2>
    <hr>
    {{ if .Description }}
    <p itemprop="about">{{ .Description }}</p>
    {{ end }}
</div>