Testing
This commit is contained in:
17
themes/minimal/layouts/index.html
Normal file
17
themes/minimal/layouts/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{{ 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>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
{{ partial "footer" . }}
|
||||
Reference in New Issue
Block a user