You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
381 B
12 lines
381 B
{{ partial "header" . }} |
|
|
|
<main> |
|
<div class="intro"> |
|
{{ with .Site.Params.profilePic }} <img class="profile" src="{{ . }}"> {{ end }} |
|
<h1>{{ .Site.Title }}</h1> |
|
<h2>{{ markdownify .Site.Params.Description }}</h2> |
|
{{ with .Content }} <div class="homepage-content text-justify">{{ . }}</div> {{ end }} |
|
</div> |
|
</main> |
|
|
|
{{ partial "footer" . }}
|
|
|