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

item-post.html « partials « layouts - github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6acd9e2d7e98efc6b7b53436e217f70e923537b5 (plain)
1
2
3
4
5
6
7
8
<a href="{{- .Permalink }}" class="collection-item" itemprop="url" target="_blank">
    {{- if .Date }}
    <time datetime="{{ .Date }}" itemprop="datePublished">
        {{- .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }}
    </time>
    {{- end }}
    {{- .Title }}
</a>