From faefe548bc46c684f1c023edd5489d33a3ef9652 Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:59:37 +0530 Subject: [PATCH] fix: card link - closes #4 (#3) The existing card for Syntax Highlighting leads to a 404 page, I have replaced it with appropriate link --- exampleSite/content/docs/guide/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/guide/markdown.md b/exampleSite/content/docs/guide/markdown.md index 2ad9d260..3d3e9c3c 100644 --- a/exampleSite/content/docs/guide/markdown.md +++ b/exampleSite/content/docs/guide/markdown.md @@ -46,7 +46,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the- ### Code Blocks {{< cards >}} - {{< card link="syntax-highlighting" title="Syntax Highlighting" icon="sparkles" >}} + {{< card link="/docs/guide/syntax-highlighting" title="Syntax Highlighting" icon="sparkles" >}} {{< /cards >}} ### Lists