7 lines
191 B
HTML
7 lines
191 B
HTML
|
|
||
|
<h3>{{ .Site.Params.language.title }}</h3>
|
||
|
<ul class="list-unstyled" style="text-indent: 1.25em;">
|
||
|
{{ range .Site.Params.language.list }}
|
||
|
<li>{{ .language }}</li>
|
||
|
{{ end }}
|
||
|
</ul>
|