8 lines
254 B
HTML
8 lines
254 B
HTML
|
<section id="info-pane" class="text-center info">
|
||
|
{{ with .Site.Params.intro }}
|
||
|
<h3 class="intro">{{ . | markdownify }}</h3>
|
||
|
{{ end }}
|
||
|
{{ with .Site.Params.description }}
|
||
|
<h4 class="description">{{ . | markdownify }}</h4>
|
||
|
{{ end }}
|
||
|
</section>
|