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

summary.html « _default « layouts - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 114c3510851f21091b1f5210bb09a95dbdb14eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<article class="archive-article archive-type-post">
    <div class="archive-article-inner">

        <div class="archive-article-thumbnail">

            {{ if isset .Params "banner" }}
            <a href="{{ .Permalink }}" class="thumbnail">
                <span style="background-image:url({{ .Site.BaseURL }}{{ .Params.banner }})" alt="{{ .Title }}" class="thumbnail-image"></span>
            </a>
            {{ else }}
            <a href="{{ .Permalink }}" class="thumbnail">
                <span class="thumbnail-image thumbnail-none"></span>
            </a>
            {{ end }}
        </div>
        <header class="archive-article-header">
            <h1 itemprop="name">
            <a class="archive-article-title" href="{{ .Permalink }}">{{ .Title }}</a>
            </h1>
            <div class="archive-article-date">
		    <!--<i class="fa fa-calendar"></i>-->
                <time datetime="{{ .Date }}" itemprop="datePublished">{{ .Date.Format "2006-01-02" }}</time>
            </div>
        </header>
    </div>
</article>