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

sidebar-about-me.html « partials « layouts - github.com/mattbutton/silhouette-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c037798252c791ebc0a75430ea4e7d8208b0bf2 (plain)
1
2
3
4
5
<h2>{{ .Site.Params.Author }}</h2>
<div>
    {{ .Site.Params.IntroDescription }}
</div>
<a href='{{ "/about/" | absURL }}' class="btn btn-outline-secondary mt-3" role="button">Read More...</a>