diff options
Diffstat (limited to 'docs/_layouts/page.html')
-rw-r--r-- | docs/_layouts/page.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html new file mode 100644 index 0000000..0fffa23 --- /dev/null +++ b/docs/_layouts/page.html @@ -0,0 +1,22 @@ +--- +# Front matter comment to ensure Jekyll properly reads file. +--- + +<!DOCTYPE html> +<html lang="en-us"> + +{% include head.html %} + +<body class="subPageBody"> + <div class="headerBackground subPageHeaderBackground"> + <div class="container subPageContainer"> + {% include header.html %} + <article class="page markdown-body"> + {{ content }} + </article> + </div> + {% include appstoreimages.html %} + </div> +</body> + +</html>
\ No newline at end of file |