From d26ecb989f5e5b9e06b34c106a3d391fd2910524 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 20 Sep 2022 22:35:52 +0530 Subject: First commit --- layouts/_default/single.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layouts/_default/single.html (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..4602cac --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,16 @@ +{{ define "main" }} +
+
+
+ + {{ .Params.imgAlt }} + +
+

{{ .Params.imgText }}

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