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: e9fc2c4910ebd490236e64e90a9a7d5caa6fecdd (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" style="margin-right: 5px;">
        {{- .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }}
    </time>
    {{- end }}
    {{- .Title }}
</a>