git push wip
This commit is contained in:
22
layouts/_default/baseof.html
Normal file
22
layouts/_default/baseof.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<head>
|
||||
{{ partial "seo_schema.html" . }}
|
||||
|
||||
<title>{{ block "title" . }} {{ .Site.Title }} {{ end }}</title>
|
||||
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="flexWrapper">
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="content">
|
||||
<main class="main">{{ block "main" . }} {{ end }}</main>
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user