summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/tozt/layouts')
-rw-r--r--themes/tozt/layouts/404.html0
-rw-r--r--themes/tozt/layouts/_default/baseof.html11
-rw-r--r--themes/tozt/layouts/_default/list.html0
-rw-r--r--themes/tozt/layouts/_default/single.html0
-rw-r--r--themes/tozt/layouts/index.html0
-rw-r--r--themes/tozt/layouts/partials/footer.html0
-rw-r--r--themes/tozt/layouts/partials/head.html0
-rw-r--r--themes/tozt/layouts/partials/header.html0
8 files changed, 11 insertions, 0 deletions
diff --git a/themes/tozt/layouts/404.html b/themes/tozt/layouts/404.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/404.html
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 @@
+<!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/tozt/layouts/_default/list.html b/themes/tozt/layouts/_default/list.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/_default/list.html
diff --git a/themes/tozt/layouts/_default/single.html b/themes/tozt/layouts/_default/single.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/_default/single.html
diff --git a/themes/tozt/layouts/index.html b/themes/tozt/layouts/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/index.html
diff --git a/themes/tozt/layouts/partials/footer.html b/themes/tozt/layouts/partials/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/partials/footer.html
diff --git a/themes/tozt/layouts/partials/head.html b/themes/tozt/layouts/partials/head.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/partials/head.html
diff --git a/themes/tozt/layouts/partials/header.html b/themes/tozt/layouts/partials/header.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/tozt/layouts/partials/header.html