hugo-devresume-theme/layouts/partials/interests.html

12 lines
568 B
HTML
Raw Normal View History

2019-11-03 18:18:08 +00:00
<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-->