From 77d4a98a666ef6c2c18c10f2f2d62210f9eeb752 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Aug 2023 01:36:12 +0530 Subject: first commit --- layouts/partials/blog-section-list.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/partials/blog-section-list.html (limited to 'layouts/partials/blog-section-list.html') diff --git a/layouts/partials/blog-section-list.html b/layouts/partials/blog-section-list.html new file mode 100644 index 0000000..b475f27 --- /dev/null +++ b/layouts/partials/blog-section-list.html @@ -0,0 +1,8 @@ +{{ range .Sections.ByDate.Reverse }} +
+ +

{{ .Title }}

+
+ {{- partial "blog-list.html" . -}} +
+{{ end }} -- cgit v1.2.3