resume-a4/layouts/partials/interests.html
2020-09-01 01:03:58 +03:00

8 lines
No EOL
186 B
HTML

<div class="section">
<h1 class="section-title">Interests</h1>
<div class="item">
{{ range .Site.Data.features.interests }}
<li>{{.}}</li>
{{ end }}
</div>
</div>