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

about-me.html « partials « layouts - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b32d6abe2a39225a707d49121ef9ac3072bf3fe (plain)
1
2
3
4
5
6
7
8
<div class="section">
    <h1 class="section-title">{{ .Site.Params.title_as.about_me }}</h1>
    <p>
        {{ range .Site.Data.features.about }}
            {{ .details }}
        {{ end }}
    </p>
</div>