Avicenna/layouts/partials/introduction.html

12 lines
251 B
HTML
Raw Permalink Normal View History

2019-06-29 16:16:53 +01:00
<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>