cmtec.se/layouts/index.html
Christoffer Martinsson e6effe8180 First release
2018-10-25 20:37:34 +02:00

16 lines
240 B
HTML

{{ partial "header" . }}
<main>
<div class="intro">
{{ with .Site.Params.profilePic }} <img src="{{ . }}"> {{ end }}
<h2>{{ markdownify .Site.Params.Description }}</h2>
</div>
</main>
{{ partial "footer" . }}