theme/layouts/index.html

16 lines
240 B
HTML
Raw Permalink Normal View History

2018-03-18 23:02:48 +00:00
{{ partial "header" . }}
<main>
<div class="intro">
{{ with .Site.Params.profilePic }} <img src="{{ . }}"> {{ end }}
<h2>{{ markdownify .Site.Params.Description }}</h2>
</div>
</main>
{{ partial "footer" . }}