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

hobby.html « partials « layouts - github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2164f728f38116146dcfbf6935f92420b833764 (plain)
1
2
3
4
5
6
<h3>{{ .Site.Params.hobbies.title }}</h3>
<ul class="list-unstyled" style="text-indent: 1.25em;">
    {{ range .Site.Params.hobbies.list }}
    <li>{{ .interest }}</li>
    {{ end }}
</ul>