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

author.html « partials « layouts - github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15efc9e96e22e512b65392f9e0f3fd38a2050b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ if .Site.Params.authorCard }}
<div class="author-card" itemscope itemprop="author" itemtype="https://schema.org/Person">
    <div class="author-dp">
        <img itemprop='image' src="/images/me.jpg" alt=".Site.Param.name" />
    </div>
    <div class="author-bio">
        <h4 class="author-title">
         About <span itemprop="name"></span>
        </h4>
        <div class="author-description" itemprop="description">
        I'm a web developer, templates designer, and Minimalist.
        </div>
    </div>
</div>
{{ end}}