Bootstrap all the things

This commit is contained in:
Wilfried OLLIVIER 2018-03-19 00:02:48 +01:00
commit f4b4108ffc
19 changed files with 487 additions and 0 deletions

15
layouts/index.html Normal file
View file

@ -0,0 +1,15 @@
{{ partial "header" . }}
<main>
<div class="intro">
{{ with .Site.Params.profilePic }} <img src="{{ . }}"> {{ end }}
<h2>{{ markdownify .Site.Params.Description }}</h2>
</div>
</main>
{{ partial "footer" . }}