resume-a4/layouts/partials/interests.html

8 lines
No EOL
214 B
HTML

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