From 2a89630a47358edd3351bd8ad90ab03bd507bd59 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 24 Nov 2018 15:14:43 +0100 Subject: Add simple blog rendering --- layouts/posts/baseof.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layouts/posts/baseof.html (limited to 'layouts/posts/baseof.html') diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html new file mode 100644 index 0000000..d147c1e --- /dev/null +++ b/layouts/posts/baseof.html @@ -0,0 +1,20 @@ + +{{- partial "docs/shared" -}} + + + + {{ partial "docs/html-head" . }} + {{ partial "docs/inject/head" . }} + + + +
+
+ {{ template "main" . }} +
+
+ {{ partial "docs/inject/body" . }} + + + + \ No newline at end of file -- cgit v1.2.3