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

interests.html « partials « layouts - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7b09d8d03469f2cbf3064581e8acef01051782d (plain)
1
2
3
4
5
6
7
8
9
10
11
12

                            <section class="skills-section py-3">

                                <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "interests" }}</h3>

                                <ul class="list-unstyled resume-interests-list mb-0">
                                    {{ range .Site.Params.interests.list }}
                                    <li class="mb-2">{{ .name }}</li>
                                    {{ end }}
                                </ul>

                            </section><!--//certificates-section-->