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: 957d7906de9b38da3689a6b39fbd07c59bee1440 (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>