git push wip
This commit is contained in:
35
layouts/index.html
Normal file
35
layouts/index.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
|
||||
<head>
|
||||
<title>
|
||||
Home | {{ .Site.Title }}
|
||||
</title>
|
||||
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="flexWrapper">
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="content vertical">
|
||||
<main class="main">
|
||||
<div class="indexWrapper">
|
||||
<div>
|
||||
<h1 class="indexHeader">{{ .Site.Author.name }}</h1>
|
||||
</div>
|
||||
{{ partial "social.html" . }}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user