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: 8ba5d857c3f824f01f9dbfe27e21efb88b57c05a (plain)
1
2
3
4
5
6
7
8
9
<div class="section">
    <h1 class="section-title">{{ .Site.Params.title_as.awards }}</h1>
        {{ range .Site.Data.features.awards }}
        <div class="item">
            <h3 class="item-title">{{ .name }}</h3>
            {{ .details | markdownify }} - {{ .date }}
        </div>
        {{ end }}
</div>