From 7d4a696a70969b82a55715221b85700a1e68d140 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 5 Jun 2022 18:10:34 +0200 Subject: Rework single post layouts --- layouts/partials/page/single.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/partials/page/single.html (limited to 'layouts/partials/page') diff --git a/layouts/partials/page/single.html b/layouts/partials/page/single.html new file mode 100644 index 0000000..ca1180d --- /dev/null +++ b/layouts/partials/page/single.html @@ -0,0 +1,13 @@ +{{ define "main" }} +
+
+

+ {{ .Params.caption | default .Title }} +

+
+ +
+ {{ .Content }} +
+
+{{ end }} -- cgit v1.2.3