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: fd860d8aebc93753f906f5527eb386e6ae4181b3 (plain)
1
2
3
4
5
6
7
8
<div class="section">
    <h1 class="section-title">About Me</h1>
    <p>
        {{ range .Site.Data.features.about }}
            {{ .details }}
        {{ end }}
    </p>
</div>