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

awards.html « partials « layouts - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75c273243e234e2197aa937844371230678dcf2c (plain)
1
2
3
4
5
6
7
8
9
<div class="section">
    <h1 class="section-title">Awards</h1>
        {{ range .Site.Data.features.awards }}
        <div class="item">
            <h3 class="item-title">{{ .name }}</h3>
            {{ .details | markdownify }} - {{ .date }}
        </div>
        {{ end }}
</div>