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: d7a58a34bda341e9a7cfe14b75d55b2af6fba47e (plain)
1
2
3
4
5
<a href="{{- .Permalink }}" class="collection-item" itemprop="url"  target="_blank" >
    <time datetime="{{ .Date }}"
        itemprop="datePublished">{{- .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }}</time>
    <span>&nbsp;&nbsp;&nbsp;</span> {{- .Title }}
</a>