resume-a4/layouts/partials/interests.html

8 lines
186 B
HTML
Raw Normal View History

2020-09-01 00:03:58 +02:00
<div class="section">
<h1 class="section-title">Interests</h1>
<div class="item">
{{ range .Site.Data.features.interests }}
<li>{{.}}</li>
{{ end }}
</div>
</div>