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

date.html « post « partials « layouts - github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e24600f67566acf06f6f6b54dba7e9948a9e36cc (plain)
1
2
3
4
5
6
<span class="article-date">
  <i class="icon icon-calendar-check"></i>
<a href="{{- .Permalink }}" class="{{ .Scratch.Get "class_name" }}">
  <time datetime="{{ .Date }}" itemprop="datePublished">{{- .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }}</time>
</a>
</span>