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: fe0e71ff75b792d02737ddb7238b4d71ea6e4a35 (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 }}</time>
  </a>
</section>