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/link-card.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/partials/link-card.html (limited to 'layouts/partials/link-card.html') diff --git a/layouts/partials/link-card.html b/layouts/partials/link-card.html new file mode 100644 index 0000000..8440fa8 --- /dev/null +++ b/layouts/partials/link-card.html @@ -0,0 +1,17 @@ +
+ + {{ range .Params.links }} + + +
+ +
+
+

{{ .title }}

+

{{ .description }}

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