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

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