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: 4f4b44c69838af2845ccbad0e43ea807ec0d2e26 (plain)
1
2
3
4
5
6
7
8
<div class="section">
    <h1 class="section-title">Interests</h1>
    <div class="item">
    {{ range .Site.Data.features.interests }}
    <li>{{.}}</li>
    {{ end }}
    </div>
</div>