Avicenna/layouts/partials/introduction.html
Hadi Sinaee 303872dd67 💥 first commit
2019-06-29 19:46:53 +04:30

12 lines
251 B
HTML

<div class="introduction">
{{- range $index, $key := .Site.Params.Introduction.paragraph -}}
<span>
{{ $key.text | markdownify }}
</span>
<br>
{{- end -}}
<span>
<b>Interests.</b> {{ $.Site.Params.interests | markdownify }}
</span>
</div>