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

article.html « partials « layouts - github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1899b06aa8560f7734378b1fc1aa7b8db3f8d3cc (plain)
1
2
3
4
5
6
7
<section class="post" itemscope itemprop="blogPost">
    <a href="{{ .Permalink }}" title="{{ .Title }}" itemprop="url">
    <h1 itemprop="name">{{ .Title }}</h1>
    <p itemprop="description">{{ .Summary }}</p>
    <time datetime="{{ .Date }}" itemprop="datePublished">{{ .Date.Format (.Site.Params.DateFormat | default "2006-01-02") }}</time>
  </a>
</section>