From 5e908ed72fb3cb3936ea5945d37bf4f0ff1c1f77 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 23 Apr 2022 20:26:41 +0200 Subject: Add initial theme layout --- layouts/_default/baseof.html | 7 +++++++ layouts/partials/head.html | 0 2 files changed, 7 insertions(+) create mode 100644 layouts/_default/baseof.html create mode 100644 layouts/partials/head.html (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..88882e5 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,7 @@ + + + {{- partial "head.html" . -}} + + + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3