From defc9bc11b0bd80ec1337b8490dac9215d5d6ac4 Mon Sep 17 00:00:00 2001 From: Saurabh Mishra Date: Sun, 5 Nov 2023 02:09:58 -0800 Subject: [PATCH] fix(docs): showcase starter template URL (#189) * Update URl for Hextra Starter Template * Update index.md --------- Co-authored-by: Saurabh Mishra Co-authored-by: Xin --- exampleSite/content/showcase/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/showcase/index.md b/exampleSite/content/showcase/index.md index 6f33fc6..bdfea42 100644 --- a/exampleSite/content/showcase/index.md +++ b/exampleSite/content/showcase/index.md @@ -14,5 +14,5 @@ Open source projects powered by Hextra. {{< cards >}} {{< card link="https://getporter.org/" title="Porter" image="https://repository-images.githubusercontent.com/155893691/aa249c80-fcf3-11ea-93b0-30079e8d7de4" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} {{< card link="https://lutheranconfessions.org/" title="LutheranConfessions" image="https://github.com/imfing/hextra/assets/5097752/ad6625e4-88cd-4cad-b102-5399997d0359" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} - {{< card link="/" title="Hextra Starter Template" image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} + {{< card link="https://github.com/imfing/hextra-starter-template/" title="Hextra Starter Template" image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} {{< /cards >}}