Initial commit
This commit is contained in:
14
layouts/_default/baseof.html
Normal file
14
layouts/_default/baseof.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- Default base template. Other templates define the "main" portion in this template -->
|
||||
<html lang="{{ $.Site.LanguageCode | default "en" }}">
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
{{ partial "nav.html" . }}
|
||||
<div id="content" class="content-container">
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
{{ partial "math.html" . }}
|
||||
</div>
|
||||
{{ partial "footer-mobile.html" . }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user