From af54cdb9228ccab6dcc1767e05b88a5bf5809783 Mon Sep 17 00:00:00 2001 From: testuser Date: Sun, 15 Jun 2025 18:11:33 +0530 Subject: modified many files --- layouts/partials/about.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/partials/about.html (limited to 'layouts/partials/about.html') diff --git a/layouts/partials/about.html b/layouts/partials/about.html new file mode 100644 index 0000000..8d739f1 --- /dev/null +++ b/layouts/partials/about.html @@ -0,0 +1,13 @@ +{{ with .Params.about }} +
+

{{ .title }}

+
+ {{ range .sections }} +
+

{{ .heading }}

+

{{ .content }}

+
+ {{ end }} +
+
+{{ end }} \ No newline at end of file -- cgit v1.2.3