diff options
Diffstat (limited to 'documentation/themes/beastie/layouts/baseof.html')
| -rw-r--r-- | documentation/themes/beastie/layouts/baseof.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/themes/beastie/layouts/baseof.html b/documentation/themes/beastie/layouts/baseof.html new file mode 100644 index 0000000000..9ad1667a73 --- /dev/null +++ b/documentation/themes/beastie/layouts/baseof.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html class="theme-light" lang="{{ $.Site.Language.Lang | default "en" }}"> + {{ partial "site-head.html" . }} + <body> + {{ block "header" . }}{{ partial "site-header.html" .}}{{ end }} + {{ block "main" . }}{{ end }} + {{ block "footer" . }}{{ partial "site-footer.html" .}}{{ end }} + </body> +</html> |
