Skip to content

Commit a062e0a

Browse files
Mikalai Radchukm1kola
authored andcommitted
Fixes the default layout
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent b21f577 commit a062e0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

layouts/_default/baseof.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="{{ .Site.Language.Lang }}" class="no-js">
3+
<head>
4+
{{ partial "head.html" . }}
5+
</head>
6+
<body class="td-{{ .Kind }}">
7+
{{ partial "navbar.html" . }}
8+
{{ block "masthead" . }}{{ end }}
9+
{{ block "main" . }}{{ end }}
10+
{{ partial "footer.html" . }}
11+
{{ partialCached "scripts.html" . }}
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)