From ecd7793846441ba90b57140db19474f295f3e6d7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Oct 2018 23:05:20 -0400 Subject: initial site generation --- themes/tozt/layouts/404.html | 0 themes/tozt/layouts/_default/baseof.html | 11 +++++++++++ themes/tozt/layouts/_default/list.html | 0 themes/tozt/layouts/_default/single.html | 0 themes/tozt/layouts/index.html | 0 themes/tozt/layouts/partials/footer.html | 0 themes/tozt/layouts/partials/head.html | 0 themes/tozt/layouts/partials/header.html | 0 8 files changed, 11 insertions(+) create mode 100644 themes/tozt/layouts/404.html create mode 100644 themes/tozt/layouts/_default/baseof.html create mode 100644 themes/tozt/layouts/_default/list.html create mode 100644 themes/tozt/layouts/_default/single.html create mode 100644 themes/tozt/layouts/index.html create mode 100644 themes/tozt/layouts/partials/footer.html create mode 100644 themes/tozt/layouts/partials/head.html create mode 100644 themes/tozt/layouts/partials/header.html (limited to 'themes/tozt/layouts') diff --git a/themes/tozt/layouts/404.html b/themes/tozt/layouts/404.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tozt/layouts/_default/baseof.html b/themes/tozt/layouts/_default/baseof.html new file mode 100644 index 0000000..5f8e2ec --- /dev/null +++ b/themes/tozt/layouts/_default/baseof.html @@ -0,0 +1,11 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} +
+ {{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}} + + diff --git a/themes/tozt/layouts/_default/list.html b/themes/tozt/layouts/_default/list.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tozt/layouts/_default/single.html b/themes/tozt/layouts/_default/single.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tozt/layouts/index.html b/themes/tozt/layouts/index.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tozt/layouts/partials/footer.html b/themes/tozt/layouts/partials/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tozt/layouts/partials/head.html b/themes/tozt/layouts/partials/head.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tozt/layouts/partials/header.html b/themes/tozt/layouts/partials/header.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-54-g00ecf