From 0f9a31348079c0a061bcc194912e75cc1c07bc1f Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 12:19:25 +0100 Subject: Add theme skeleton --- themes/Brine/layouts/404.html | 0 themes/Brine/layouts/_default/baseof.html | 11 +++++++++++ themes/Brine/layouts/_default/list.html | 0 themes/Brine/layouts/_default/single.html | 0 themes/Brine/layouts/index.html | 0 themes/Brine/layouts/partials/footer.html | 0 themes/Brine/layouts/partials/head.html | 0 themes/Brine/layouts/partials/header.html | 0 8 files changed, 11 insertions(+) create mode 100644 themes/Brine/layouts/404.html create mode 100644 themes/Brine/layouts/_default/baseof.html create mode 100644 themes/Brine/layouts/_default/list.html create mode 100644 themes/Brine/layouts/_default/single.html create mode 100644 themes/Brine/layouts/index.html create mode 100644 themes/Brine/layouts/partials/footer.html create mode 100644 themes/Brine/layouts/partials/head.html create mode 100644 themes/Brine/layouts/partials/header.html (limited to 'themes/Brine/layouts') diff --git a/themes/Brine/layouts/404.html b/themes/Brine/layouts/404.html new file mode 100644 index 0000000..e69de29 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 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} +
+ {{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}} + + diff --git a/themes/Brine/layouts/_default/list.html b/themes/Brine/layouts/_default/list.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/Brine/layouts/_default/single.html b/themes/Brine/layouts/_default/single.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/Brine/layouts/index.html b/themes/Brine/layouts/index.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/Brine/layouts/partials/footer.html b/themes/Brine/layouts/partials/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/Brine/layouts/partials/head.html b/themes/Brine/layouts/partials/head.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/Brine/layouts/partials/header.html b/themes/Brine/layouts/partials/header.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3