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

post-meta.html « partials « layouts - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 411db61ff66dac895d162e1545c304e0356cb430 (plain)
1
2
3
4
5
6
7
8
<ul class="post__meta__infos">
    <li class="post__meta__author" itemprop="author">{{ .Site.Params.author }}</li>
    <li class="post__meta__date"><time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished">{{ .Date.Format "02 January 2006" }}</time></li>
</ul>
{{ partial "post-taxonomies" . }}
<meta itemprop="url" content="{{ .Permalink }}">
<meta itemprop="wordCount" content="{{ .WordCount }}" />
<meta itemprop="timeRequired" content="{{ .ReadingTime }} Min" />