From 31d0be3b853d1b9ed33e9028482de52bf0bfc72e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Oct 2018 13:42:37 -0400 Subject: import recipes --- themes/tozt/layouts/recipes/list.html | 13 +++++++++++++ themes/tozt/layouts/recipes/single.html | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 themes/tozt/layouts/recipes/list.html create mode 100644 themes/tozt/layouts/recipes/single.html (limited to 'themes/tozt') diff --git a/themes/tozt/layouts/recipes/list.html b/themes/tozt/layouts/recipes/list.html new file mode 100644 index 0000000..1c0c82e --- /dev/null +++ b/themes/tozt/layouts/recipes/list.html @@ -0,0 +1,13 @@ +{{ partial "header.html" . }} + +{{ .Content }} + + + +{{ partial "footer.html" . }} diff --git a/themes/tozt/layouts/recipes/single.html b/themes/tozt/layouts/recipes/single.html new file mode 100644 index 0000000..42e94c7 --- /dev/null +++ b/themes/tozt/layouts/recipes/single.html @@ -0,0 +1,11 @@ +{{ partial "header.html" . }} + +
+

{{ .Title }}

+
+ +
+{{ .Content }} +
+ +{{ partial "footer.html" . }} -- cgit v1.2.3-54-g00ecf