diff options
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r-- | layouts/posts/baseof.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html new file mode 100644 index 0000000..d147c1e --- /dev/null +++ b/layouts/posts/baseof.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +{{- partial "docs/shared" -}} +<html> + +<head> + {{ partial "docs/html-head" . }} + {{ partial "docs/inject/head" . }} +</head> + +<body> + <main> + <div class="book-posts mx-auto"> + {{ template "main" . }} + </div> + </main> + {{ partial "docs/inject/body" . }} + +</body> + +</html>
\ No newline at end of file |