diff options
Diffstat (limited to 'themes/Brine/layouts')
-rw-r--r-- | themes/Brine/layouts/404.html | 0 | ||||
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 11 | ||||
-rw-r--r-- | themes/Brine/layouts/_default/list.html | 0 | ||||
-rw-r--r-- | themes/Brine/layouts/_default/single.html | 0 | ||||
-rw-r--r-- | themes/Brine/layouts/index.html | 0 | ||||
-rw-r--r-- | themes/Brine/layouts/partials/footer.html | 0 | ||||
-rw-r--r-- | themes/Brine/layouts/partials/head.html | 0 | ||||
-rw-r--r-- | themes/Brine/layouts/partials/header.html | 0 |
8 files changed, 11 insertions, 0 deletions
diff --git a/themes/Brine/layouts/404.html b/themes/Brine/layouts/404.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/404.html diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html new file mode 100644 index 0000000..5f8e2ec --- /dev/null +++ b/themes/Brine/layouts/_default/baseof.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + {{- partial "head.html" . -}} + <body> + {{- partial "header.html" . -}} + <div id="content"> + {{- block "main" . }}{{- end }} + </div> + {{- partial "footer.html" . -}} + </body> +</html> diff --git a/themes/Brine/layouts/_default/list.html b/themes/Brine/layouts/_default/list.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/_default/list.html diff --git a/themes/Brine/layouts/_default/single.html b/themes/Brine/layouts/_default/single.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/_default/single.html diff --git a/themes/Brine/layouts/index.html b/themes/Brine/layouts/index.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/index.html diff --git a/themes/Brine/layouts/partials/footer.html b/themes/Brine/layouts/partials/footer.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/partials/footer.html diff --git a/themes/Brine/layouts/partials/head.html b/themes/Brine/layouts/partials/head.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/partials/head.html diff --git a/themes/Brine/layouts/partials/header.html b/themes/Brine/layouts/partials/header.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/Brine/layouts/partials/header.html |