fix it
This commit is contained in:
15
homepage/layouts/_default/baseof.html
Normal file
15
homepage/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html
|
||||
lang="{{ site.Language.Locale }}"
|
||||
dir="{{ or site.Language.Direction `ltr` }}"
|
||||
>
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<a href="#main-content" class="skip-link">Skip to content</a>
|
||||
<header role="banner">{{ partial "header.html" . }}</header>
|
||||
<main id="main-content" role="main">{{ block "main" . }}{{ end }}</main>
|
||||
<footer role="contentinfo">{{ partial "footer.html" . }}</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user