Simple baseof.html
This commit is contained in:
parent
4327d34827
commit
bc73df76cf
1 changed files with 18 additions and 0 deletions
18
layouts/_default/baseof.html
Normal file
18
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ or site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}">
|
||||
<head>
|
||||
{{ partial "base/head.html" . }}
|
||||
{{ block "head_css" . }}{{ end }}
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
{{ partial "site/header.html" . }}
|
||||
</header>
|
||||
<main>
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
{{ partial "site/footer.html" . }}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue